A quick way to display number-letter colour associations
#dependencies
- pipenv
pip install pipenv
pipenv install ; cp docs/colours.py colours.py
pipenv run python run_associations.py
To use your own number & letter associations run
pipenv run python show_colours.py
and update the colours
dictionary in colours.py