pyLaCroix

pyLaCroix - a python color palette for those that love sparkling water.


Keywords
colorscheme, lacroix, python
License
MIT
Install
pip install pyLaCroix==0.0.11

Documentation

pyLaCroixLogo

PyPI pyversions PyPI version Code style: black

A python color palette for those that love sparkled beverages.

pip install pyLaCroix

Interface

# example use-case
from pyLaCroix import pyLaCroix

palette = pyLaCroix(n_points=5)
palette.apricot
  • Create a gradient with a flexible number of colors with any choice of beverage via the colour package (the only dependency).

Notes