A simple color picker application using tkinter
, pynput
, and pyautogui
.
-
Run the Application: Execute the following command:
python main.py
-
Pick a Color: Click the button labeled "Pick Color". Then click on the screen where you want to pick a color. The application will display the selected color as both an RGB value and a HEX value, and the color will also be shown in a colored box. Here is how the program should look like after selecting a color:
-
Feedback: Feel free to give feedback and suggestions!
To set up the project, follow these steps:
-
Clone the Repository:
git clone https://github.com/MesonProgrammer/Color-Picker.git cd Color-Picker
-
Install Dependencies:
Ensure you have Python installed. Then, install the required packages using:
pip install -r requirements.txt
-
Run the Application:
python main.py
You can also download the repository as a ZIP file by clicking the green "Code" button on the GitHub page and selecting "Download ZIP".
This project is licensed under the MIT License - see the LICENSE file for details.