/pickColor

This Color Picker tool allows users to select and identify any color on their computer screen

Primary LanguagePython

pickColor

Overview

This Color Picker tool allows users to select and identify any color on their computer screen, providing the RGB and HEX values for precise color matching and design purposes.

Features

  • Capture and display color values from the screen.
  • Show both RGB and HEX values.
  • Copy color codes to the clipboard for easy use in design applications.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/color-picker-app.git
    cd color-picker-app
  2. Create a virtual environment (optional but recommended):
    python -m venv env
    
    source env/bin/activate #On Windows:env\Scripts\activate
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

1. Run the application:

python main.py

2. How to use:

  • Launch the application.
  • Move the cursor to the color you want to pick on thescreen.
  • Press the specified key right click to capture the color.
  • The application will display the RGB and HEX values of-the captured color.