Skip to content

thomascamminady/APDOCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APDOCC

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.

Installation

uv add apdocc
# or: pip install apdocc
# or: poetry add apdocc

Usage

from apdocc import Colors, Combinations

print(Combinations[12].hexes())
# ['#d89e72', '#00ce91']
Combinations[12].show()
# shows the colored tiles in terminal

All color combinations

all APDOCC combinations

Info

Find this repository on Github or check out the documentation.

Development

Set up the full project by running make.

Documentation

Go to Settings->Pages and set Source (under Build and deployment) to Github Actions.

Credits

This package was created with cookiecutter and thomascamminady/cookiecutter-pypackage, a fork of audreyr/cookiecutter-pypackage.


About

A Python Dictionary Of Color Combinations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages