Easily get color codes on your computer.
This script copies the hex (#xxxxxx) color code from the pixel under the mouse's cursor to the clipboard.
Once it's run, you can paste the result anywhere (Ctrl+V).
> pip install eyedropper
-
On Windows
Hit Win + R, then
> pythonw -m eyedropper
- Repository: https://github.com/umluizlima/eyedropper
- References:
- Al Sweigart's:
- Automate The Boring Stuff: https://automatetheboringstuff.com/
- pyautogui: https://pyautogui.readthedocs.io/en/latest/
- pyperclip: https://pyperclip.readthedocs.io/en/latest/introduction.html
- Al Sweigart's:
Distributed under the MIT license. See LICENSE
for more information.