About Anaconda Help Download Anaconda

liyc1989 / packages / unique_color 3.0

Provide 33 unique colors in hex or rgb format

Installers

  • linux-64 v3.0

conda install

To install this package run one of the following:
conda install liyc1989::unique_color

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



© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.18) Legal | Privacy Policy