An app that offers a wide variety of color tools for designers
The app offers the following tools:
- RGB and HSV Sliders
- Color picker
- Copying HEX, RGB, HSV with customizable formats
- Random color generator
All of the assets in this project were made by me, feel free to use them in any project you want.
clone the repository:
git clone https://github.com/Intedai/Color-Tools.git
install the required libraries
pip install -r requirements.txt
and run app.py
Sliders.mp4
Click on the Color picker symbol and then press k
you can change this, look at Editing settings below
Color.Picker.mp4
Random.Colors.mp4
To see how the copy formats look at Editing settings below
Settings.mp4
You can change the color picker keybind from k
to any alphanumeric character
You can choose if you want the HEX characters to be uppercase or lowercase by ticking the Uppercase for HEX characters
option on or off
You can change the copy formats of every color representation:
{}
is a placeholder where the first one is R
the second one is G
and the third one is B
(same with HSV and HEX)
and then you can use the format RGB ({}, {}, {}
for example
you can use maximum three {}
if you use less you will only get R,G in RGB and HEX or H,S in hsv
if you use more than three you will get an error:
Distributed under the MIT license. See LICENSE
for more information.