Color Picker - (C) 2025 Tanner Lucier
Licensed under GPLv3 - see LICENSE file for details
==================================================================================================================================
This Python script allows you to get numerous color values of a pixel that you've selected.
You do not need everything in the zip, just download the .exe if you only wish to use the program.
==================================================================================================================================
Instructions:
- Hit the Green Code Button, click "Download ZIP"
- Extract the downloaded folder, go into the "dist" folder, and open dependencies.bat
- Once that has finished, open ColorPickerv2.0.0-stable.exe
- Thats it :)
==================================================================================================================================
Dependency Info:
pyautogui - Captures screenshots and reads pixel colors at specific screen coordinates.
pynput - Detects global keyboard hotkeys (F10, F11, F12) even when the window isn't focused.
screeninfo - Detects multiple monitors and adjusts coordinates for accurate color picking across displays.