Toinane / colorpicker

A mininal but complete colorpicker desktop app

Home Page:https://colorpicker.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ColorPicker icon

Colorpicker

A mininal but complete colorpicker desktop app

colorpicker-app

Want to help to translate this app? go on Crowdin! Your help is welcome :)

Colorpicker is a desktop tool with Electron to get and save colors code quickly for OSX, Windows and Linux!

ColorPicker App

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.

Pin

Pin screenshot

With Pin, you can bring Colorpicker to the foreground. This makes it convenient to work quickly with different applications at the same time.


Picker

Picker screenshot

The Picker allows you to quickly retrieve a color anywhere on the screen. Whether it's on your browser, Photoshop, or whatever.


Colorsbook

Colorsbook screenshot

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!


Shading

Tint screenshot

With the shades, you can find the perfect color you need. You have a chromatic bar, a natural color bar and a shadow bar.


Focus Mode

Focus screenshot

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.


Magic Color [WIP]

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


Random

A traditional feature, it allows you to display a color randomly.


Settings

Settings screenshot

The settings menu allows you to customize your Colorpicker, I let you discover it yourself :)!

Download

Want to support me?

You can buy me a coffee here! Thank you!

Happy Design !

Developers

Changelog

See changelog here.

How to compile

  • Install dependencies:
yarn
  • To build C/C++ modules to the correct Electron version, use:
yarn rebuild
  • To build a new version:
# You can build nightly & release only for your current OS.
# i.e. you can't build a OSX version if you use a Windows

# build a nightly version
yarn nightly

# build a release version
yarn release

About

A mininal but complete colorpicker desktop app

https://colorpicker.fr

License:GNU General Public License v3.0


Languages

Language:JavaScript 85.0%Language:CSS 10.3%Language:HTML 4.6%