From 4c91b8cf664cd3807a56a4153dcc891674a3e525 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 14 Oct 2022 01:16:50 +0100 Subject: python/python3-texttable: Added (module for simple ASCII tables) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-texttable/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/python3-texttable/README (limited to 'python/python3-texttable/README') diff --git a/python/python3-texttable/README b/python/python3-texttable/README new file mode 100644 index 0000000000..3f57b1e824 --- /dev/null +++ b/python/python3-texttable/README @@ -0,0 +1,2 @@ +texttable is a Python module to generate a formatted text table, +using ASCII characters. -- cgit v1.2.3