Skip to content

This program allows the user to select any color on their screen by clicking on it with their mouse. The color is displayed in both RGB and HEX formats on a canvas and a label. The canvas displays the selected color as its background color, while the label shows the RGB and HEX values of the selected color.

Notifications You must be signed in to change notification settings

arham-kk/Color-Picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Color-Picker

Color Picker is a Python program that allows users to select any color on their screen by clicking on it with their mouse. The program displays the selected color in both RGB and HEX formats on a canvas and a label. The canvas displays the selected color as its background color, while the label shows the RGB and HEX values of the selected color.

col.mp4

Installation

The following libraries are required to run this program:

  • PyQt5
  • pynput
  • PIL

These can be installed via pip, for example: pip install PyQt5 pip install pynput pip install Pillow

Usage

To run the program, simply execute the following command in your terminal: python ColorPyQt5.py

Once the program is running, click anywhere on your screen to select a color. The selected color will be displayed in both RGB and HEX formats on the canvas and the label.

License

This project is licensed under the MIT License.

About

This program allows the user to select any color on their screen by clicking on it with their mouse. The color is displayed in both RGB and HEX formats on a canvas and a label. The canvas displays the selected color as its background color, while the label shows the RGB and HEX values of the selected color.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages