pyfiglet
pyfiglet copied to clipboard
Added fonts
Added fonts from a node js package — specifically figlet.js — currently under the MIT license.
To eliminate duplicate font files the headers have been cross referenced with the ones currently available in:
pyfiglet.__version__ '0.8.post1'.
The following changes to the font names have been made to conform to the rest of the fonts in the repo:
- all letters have been altered to lower case
- spaces have been replaced by _
This additionally includes ansi_shadow.flf much like PR85.