Skip to content

A desktop color picker tools which describes colors on screen. Useful for color blind people.

License

Notifications You must be signed in to change notification settings

kangabru/color-identifier

Repository files navigation

Icon Color Identifier

A simple desktop colour picker tool which helps you to identify colors by their color name.

Key Features:

  • Pick colors anywhere on screen and the closest matching color name will be displayed.
  • Includes a slow-mo mode for pixel accurate picking.
  • Use the default colors or create your own! The app also ships with additional colors such as CSS, xkcd, and even Crayola colors to help you get started.
  • It's fast, and (should) support every OS and editing app like Photoshop or Lightroom.

Banner Image


Download

OS Version Download
Windows v1.0 Download
Linux - Install from source
MacOS - Install from source

Usage

  • Click inside the app and drag to analyse colours anywhere on screen.
  • The hex code and color name will be displayed as the color changes.
  • Click the copy icon to copy the current hex code.
  • Hold down the Ctrl key to move slower in order to easily pick specific pixels.
  • Use your own color names by following this guide.

Install

(Optional) Setup Virtual Environment

$ pip install virtualenv

$ virtualenv env

Activate the environment via your IDE or manually with the scripts under env/Scripts.

Install Packages

$ pip install -r requirements.txt

Run Locally

$ python main.py

Package Executable

$ python package.py

Note that Pyinstaller is used to package the app. Adjustments may be required to package the app for non-windows operating systems.


Technical Details


Acknowledgments

About

A desktop color picker tools which describes colors on screen. Useful for color blind people.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages