Provide 33 unique colors in hex or rgb format
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()