learn-python
learn-python copied to clipboard
Extend initials.py to take multiple characters and draw them.
edit clumsily created PR from VS Code. initials_plus.py is the only change. It takes a list of characters and draws them based on ASCII character definitions in a dictionary. There are some TODO items to make it more complete and interactive.