unique_color
Provide 33 unique colors in hex or rgb format
Provide 33 unique colors in hex or rgb format
To install this package, run one of the following:
Provide 33 unique colors in hex or rgb format.

pip install unique-color
OR
git clone https://github.com/YichaoOU/unique_color
cd unique_color
python setup.py install
The following command return a list of 33 colors.
from unique_color import unique_color as uc
my_colors = uc.unique_color()
my_colors = uc.unique_color_hex()
my_colors = uc.unique_color_rgb()
Summary
Provide 33 unique colors in hex or rgb format
Last Updated
Apr 10, 2020 at 04:23
License
LICENSE
Supported Platforms