summaryrefslogtreecommitdiffstats
path: root/python/terminaltables/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/terminaltables/README')
-rw-r--r--python/terminaltables/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/terminaltables/README b/python/terminaltables/README
new file mode 100644
index 0000000000..0d0f46519b
--- /dev/null
+++ b/python/terminaltables/README
@@ -0,0 +1,3 @@
+Generate simple tables in terminals from a nested list of strings.
+Easily draw tables in terminal/console applications from a list of
+lists of strings. Supports multi-line rows.