diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-09-16 17:18:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-18 09:50:59 +0700 |
commit | 793108566ec7e5ae9e22aeadc84faf61c0f21837 (patch) | |
tree | 65389e1e6a0a1e9890ddd05e7fcf15d78b768c83 /python/pyfiglet/README | |
parent | 634e5fbd2d4b4f6061fb8b1ca0580263b9801a74 (diff) |
python/pyfiglet: Added (Python port of figlet).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyfiglet/README')
-rw-r--r-- | python/pyfiglet/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pyfiglet/README b/python/pyfiglet/README new file mode 100644 index 000000000000..8f75e02c4cc2 --- /dev/null +++ b/python/pyfiglet/README @@ -0,0 +1,3 @@ +pyfiglet is a full port of FIGlet (http://www.figlet.org/) into pure +python. It takes ASCII text and renders it in ASCII art fonts (like +the title above, which is the 'block' font). |