/pyLaCroix

A python color palette for those that love sparkled beverages.

Primary LanguagePythonMIT LicenseMIT

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