Skip to content

MesonProgrammer/Color-Picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages