Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Toinane/colorpicker

A mininal but complete colorpicker desktop app
https://github.com/Toinane/colorpicker

color color-picker colorpicker comparison electron hex picker rgb

Last synced: 12 days ago
JSON representation

A mininal but complete colorpicker desktop app

Awesome Lists containing this project

README

        



ColorPicker icon

Colorpicker


A mininal but complete colorpicker desktop app









colorpicker-app




### Want to help to translate this app? go on [Crowdin](https://crowdin.com/project/colorpicker)! 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): pin Colorpicker to the foreground;
- [Picker](#picker): open an eyedropper who can pick a color from your desktop;
- [Colorsbook](#colorsbook): open Colorsbook, a color manager;
- [Shading](#shading): show three bar of shading — hue bar, natural bar and lightness bar;
- [Clean Vue](#clean-vue): unshow menu, ranges and inputs;
- [Magic color](#magic-color): show colors from the clipboard;
- [Random](#random): show a random color;
- [Settings](#settings): open the preferences panel.

## Pin

![Pin screenshot](.github/screenshots/pin.png)

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](.github/screenshots/picker.png)

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](.github/screenshots/colorsbook.png)

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](.github/screenshots/tint.png)

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](.github/screenshots/focus.png)

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](.github/screenshots/settings.png)

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

# Download

- You can download the [latest release on the website!](https://colorpicker.fr)
- Or [on GitHub releases here.](https://github.com/Toinane/colorpicker/releases)

## Want to support me?

You can [buy me a coffee here](https://toinane.itch.io/colorpicker)! Thank you!

#### **_Happy Design !_**

# Developers

### Changelog

See [changelog here](changelog.md).

### How to compile

- Install dependencies:

```shell
yarn
```

- To build C/C++ modules to the correct Electron version, use:

```shell
yarn rebuild
```

- To build a new version:

```shell
# 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
```