News

There are no dependencies! works with python 2.7+ Simply import texttable.py from any python file and call texttable.table() with an array of rows. Here's the method definition. class texttable: # ...
tableformatter is a tabular data formatter allowing printing from both arbitrary tuples of strings or object inspection. It converts your data into a string form suitable for pretty-printing as a ...