Modern and powerful color management software
Please connect to Crowdin and join the project, your contribution is highly appreciated! 👍
Colorpicker is a desktop tool with Electron to get and save colors code quickly for OSX, Windows and Linux!
Colorpicker's menu come with a lot of cool features :
- Pin: pin Colorpicker to the foreground;
- Picker: open an eyedropper who can pick a color from your desktop;
- Colorsbook: open Colorsbook, a color manager;
- Shading: show three bar of shading — hue bar, natural bar and lightness bar;
- Clean Vue: unshow menu, ranges and inputs;
- Magic color: show colors from the clipboard;
- Random: show a random color;
- Settings: open the preferences panel.
With Pin, you can bring Colorpicker to the foreground. This makes it convenient to work quickly with different applications at the same time.
The Picker allows you to quickly retrieve a color anywhere on the screen. Whether it's on your browser, Photoshop, or whatever.
Colorsbook is a full-fledged application. It allows you to store your colors, categorize them, and easily retrieve them.
It is destined to mature over time.
Cool tip: you can save color from colorpicker with CMD+S
or CTRL+S
!
With the shades, you can find the perfect color you need. You have a chromatic bar, a natural color bar and a shadow bar.
Need to compare a color or clean up the interface? This feature is for you, this will hide the sliders and make the menu more transparent.
This functionality is still under development. Currently, it allows you to display the first color that is in your clipboard. This works with hexadecimal and RGB codes
A traditional feature, it allows you to display a color randomly.
The settings menu allows you to customize your Colorpicker, I let you discover it yourself :)!
- You can download on GitHub releases here.
You can buy me a coffee here! Thank you!
You'll need to install Visual Studio Installer and install Development with C++ module.
Install latest Python version.
You'll need the latest Xcode Command Line Tools installed.
Install latest Python version.
Install libxtst-dev libpng++-dev package:
apt-get install libxtst-dev libpng++-dev
Install latest Python version if already installed.
- Install dependencies:
npm install
- Rebuild C/C++ modules to the correct Electron version:
npm run rebuild
- Launch Colorpicker in development mode:
npm start
- To build a new version:
npm run release