CMD + K

unique_color

Community

Provide 33 unique colors in hex or rgb format

Installation

To install this package, run one of the following:

Conda
$conda install liyc1989::unique_color

Usage Tracking

3.0
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

DOI

Summary

Provide 33 unique colors in hex or rgb format.

example

Installation

pip install unique-color

OR


git clone https://github.com/YichaoOU/unique_color

cd unique_color

python setup.py install

Usage

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()


About

Summary

Provide 33 unique colors in hex or rgb format

Last Updated

Apr 10, 2020 at 04:23

License

LICENSE

Supported Platforms

linux-64