Skip to content
/ Coulr Public
forked from Huluti/Coulr

Color box to help developers and designers

License

Notifications You must be signed in to change notification settings

rk234/Coulr

 
 

Repository files navigation

Coulr

Enjoy colors and feel happy

Coulr is a color box to help developers and designers. Currently, it allows to:

  • convert RGB color to its Hexadecimal value and vice versa
  • copy selected color
  • select a color from your screen with the color picker

Screenshot

alt tag

Installation instructions

Universal package for Linux (recommended)

Coulr is available as a flatpak package.

Download on Flathub

You can also install it by using the following command-line:

flatpak install flathub com.github.huluti.Coulr

Build from source (nightly)

Build and install by running:

git clone https://github.com/Huluti/Coulr.git
cd Coulr
meson _build
cd _build
ninja
sudo ninja install

The app can then be removed with:

sudo ninja uninstall

Tech

Coulr uses open-source projects to work properly:

Donations

Do you like the app? Would you like to support its development? Feel free to donate.

Donate

License

This project is under MIT licence... so do what you want with it :)

About

Color box to help developers and designers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.7%
  • Meson 17.3%