The book 'A Dictionary of Color Combinations' by Sanzo Wada contains a collection of beautifully crafted color combinations. This repository creates a digital version of the content and is basically a less polished version of the repository 'sanzo-wada' by dblodorn.
uv add apdocc
# or: pip install apdocc
# or: poetry add apdoccfrom apdocc import Colors, Combinations
print(Combinations[12].hexes())
# ['#d89e72', '#00ce91']
Combinations[12].show()
# shows the colored tiles in terminalFind this repository on Github or check out the documentation.
Set up the full project by running make.
Go to Settings->Pages and set Source (under Build and deployment) to Github Actions.
This package was created with cookiecutter and thomascamminady/cookiecutter-pypackage, a fork of audreyr/cookiecutter-pypackage.