niccokunzmann / convert_color_codes

This module deals with the conversion of color codes. HSV/HSB or RGB or CMYK or HSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convert_color_codes

The convert_color_codes module deals with the conversion of color codes. Conversion from these codes HSV/HSB, RGB, CMYK, HSL from one to another.

Installation

You can install convert_color_codes from PyPI:

pip install convert_color_codes

It is supported on Python 2, 3 ...

How to use

from convert_color_codes import *

About

This module deals with the conversion of color codes. HSV/HSB or RGB or CMYK or HSL


Languages

Language:Python 98.8%Language:Batchfile 1.2%