small code cleanup: reorder functions, add comments and docstrings
Move logo into repository
README: "Using"
This is a drawing program that I wrote for my niece, Nora. It captures some of the fun and simplicity that computers had when I was a kid. You make drawings with eight colors and a handful of ASCII characters.
No need to memorize these keys. Just play around! A helpful Owl will tutor you as you discover new functions.
noradraw is a one file program. Clone the repository to noradraw
, then:
python3 noradraw/noradraw.py
Make sure you run it from a curses-supported terminal, of course!