A modern and lightweight color picker application built using Python (PyQt5), allowing users to easily select, preview and copy colors with an intuitive GUI.
- 🎯 Color Picker Dialog – Select any color with a native PyQt5 color picker.
- 🔍 Live Color Preview – Instantly preview selected colors.
- 📋 Copy HEX / RGB – One-click copy to clipboard.
- 🖥️ Modern UI – Clean and user-friendly PyQt5 interface.
- ⚡ Lightweight & Fast – No extra dependencies beyond PyQt5.
| Component | Description |
|---|---|
| Language | Python3.x |
| Framework | PyQt5 |
| UI | Native PyQt Widgets |
| Platform | Cross-platform (Windows, Linux, macOS) |
git clone https://github.com/iamx-ariful-islam/PyQt5-Color-Picker.git
cd PyQt5-Color-PickerThe requirements.txt file, lists of all the Python libraries that "pyqt5 color picker" depends on and installs those packages from the file:
pip install -r requirements.txt
# or (Linux/MacOS)
sudo pip install -r requirements.txtpython main.pyHere’s the structure of the PyQt5 Color Picker project:
PyQt5-Color-Picker/
│
│── icons/
│── screenshots/
│── main.py # Main application file
│── LICENSE
├── README.md # Project documentation
│── requirments.txt
└── ui.ui # Qt Designer UI layout file (main window design)Here are some screenshots of the PyQt5 Color Picker project:
Main Window

Color Dialog Window

Color Change Window

- Opens a PyQt5 QColorDialog then click the droper icon
- Displays selected color in a preview frame
- Shows HEX and RGB values
- Allows copying to clipboard with a button click
- UI/UX design workflow
- Graphic designers needing quick color values
- Developers testing color palettes
- Simple project for learning PyQt5
Contributions, suggestions, and feedback are always welcome! ❤️
To contribute:
- Fork the repository
- Create a new branch (
feature/new-feature) - Commit your changes
- Push and submit a Pull Request
💬 You can also open an issue if you’d like to discuss a feature or report a bug.
The MIT License (MIT)
“Good design is about making things simple yet significant”
— Md. Ariful Islam