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

https://github.com/huluti/coulr

Color box to help developers and designers
https://github.com/huluti/coulr

color design gtk

Last synced: 26 days ago
JSON representation

Color box to help developers and designers

Awesome Lists containing this project

README

        

# 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](data/screenshots/screen1.png)

## 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:

- [GTK 4](https://www.gtk.org)
- [Python 3](https://www.python.org)
- [Libportal](https://github.com/flatpak/libportal)

## Donations

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

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/hposnic)

## License

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