Skip to content

An app that offers a wide variety of color tools for designers

License

Notifications You must be signed in to change notification settings

Intedai/Color-Tools

Repository files navigation

An app that offers a wide variety of color tools for designers

Overview

The app offers the following tools:

  • RGB and HSV Sliders
  • Color picker
  • Copying HEX, RGB, HSV with customizable formats
  • Random color generator

Assets

All of the assets in this project were made by me, feel free to use them in any project you want.

Installation

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

Demo

RGB, HSV Sliders and modifiable HEX

Sliders.mp4

Color Picker

Click on the Color picker symbol and then press k you can change this, look at Editing settings below

Color.Picker.mp4

Random color

Random.Colors.mp4

Copying HEX, RGB, HSV with customizable formats

To see how the copy formats look at Editing settings below

Settings.mp4

Editing settings:

Settings

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

License

Distributed under the MIT license. See LICENSE for more information.