https://github.com/umluizlima/eyedropper
Easily get color codes on your computer.
https://github.com/umluizlima/eyedropper
desktop eyedropper python3 tool utility-library
Last synced: 5 months ago
JSON representation
Easily get color codes on your computer.
- Host: GitHub
- URL: https://github.com/umluizlima/eyedropper
- Owner: umluizlima
- License: mit
- Created: 2018-08-17T15:39:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T17:56:49.000Z (almost 8 years ago)
- Last Synced: 2025-09-27T22:10:17.723Z (9 months ago)
- Topics: desktop, eyedropper, python3, tool, utility-library
- Language: Python
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eyedropper
> Easily get color codes on your computer.
## Description
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).
## Installation
```sh
> pip install eyedropper
```
## Usage
- On Windows
Hit **Win + R**, then
```sh
> pythonw -m eyedropper
```
## Links
- 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
## Licensing
Distributed under the MIT license. See `LICENSE` for more information.