Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.37 KB

File metadata and controls

51 lines (30 loc) · 1.37 KB

Color Picker Application

A simple color picker application using tkinter, pynput, and pyautogui.

How to Use

  1. Run the Application: Execute the following command:

    python main.py
  2. 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:

    image

  3. Feedback: Feel free to give feedback and suggestions!

Installation

To set up the project, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/MesonProgrammer/Color-Picker.git
    cd Color-Picker
  2. Install Dependencies:

    Ensure you have Python installed. Then, install the required packages using:

    pip install -r requirements.txt
  3. Run the Application:

    python main.py

Additional Information

You can also download the repository as a ZIP file by clicking the green "Code" button on the GitHub page and selecting "Download ZIP".

License

This project is licensed under the MIT License - see the LICENSE file for details.