summaryrefslogtreecommitdiffstats
path: root/python/pyfiglet/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-09-16 12:18:00 +0200
committer Willy Sudiarto Raharjo2014-09-18 04:50:59 +0200
commit793108566ec7e5ae9e22aeadc84faf61c0f21837 (patch)
tree65389e1e6a0a1e9890ddd05e7fcf15d78b768c83 /python/pyfiglet/README
parent634e5fbd2d4b4f6061fb8b1ca0580263b9801a74 (diff)
downloadslackbuilds-793108566ec7e5ae9e22aeadc84faf61c0f21837.tar.gz
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/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pyfiglet/README b/python/pyfiglet/README
new file mode 100644
index 0000000000..8f75e02c4c
--- /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).