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
- Host: GitHub
- URL: https://github.com/huluti/coulr
- Owner: Huluti
- License: mit
- Created: 2015-01-30T13:17:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T10:09:45.000Z (6 months ago)
- Last Synced: 2025-04-09T22:19:14.201Z (26 days ago)
- Topics: color, design, gtk
- Language: Python
- Homepage:
- Size: 402 KB
- Stars: 47
- Watchers: 5
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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

## Installation instructions
### Universal package for Linux (recommended)
Coulr is available as a flatpak package.
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 installThe 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.
[](https://paypal.me/hposnic)
## License
This project is under MIT licence... so do what you want with it :)