diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-31 18:42:01 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-01 23:54:42 +0700 |
commit | 6ce8592d367470133a2134b8ccee3283f1a8d024 (patch) | |
tree | 495fa9adbf3fd5fe13dcc5156f68eaf1223d2e87 /python/terminaltables/README | |
parent | ffd7735760e59fa4e85d0429ad6f39113c450561 (diff) | |
download | slackbuilds-6ce8592d367470133a2134b8ccee3283f1a8d024.tar.gz |
python/terminaltables: Added (Generate tables in terminals).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/terminaltables/README')
-rw-r--r-- | python/terminaltables/README | 3 |
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. |