screenplain
screenplain copied to clipboard
Load settings from a configuration file, allow customizing the output PDF font
Fixes #35.
Thanks for this! I haven't tested it manually yet, but the test script bin/test gives style errors. There's also some strange indentation in config.py.
I'll fix the linting errors (I didn't get any with flake8), but I'm getting a lot of UTF8 decoding errors with the unit tests, despite using a UTF8 locale.
Linting warning fixed.