An open API service indexing awesome lists of open source software.

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.

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.