This is a simple colour picker.
- Please install Python from here
- Open Command Prompt in Windows or Terminal in Mac or Linux
- Then type
pip install customtkinter pyautogui pyperclip Pillow
- If this doesn't work type
pip3 install customtkinter pyautogui pyperclip Pillow
- Download the file and run the main.py file
- That's It 👍
- Toggle the switch to the on mode to copy RGB value
- Toggle the switch to the off mode to copy HEX value
- Point the cursor to the color you want to copy
- Press "c" in the keyboard to copy the color