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: # ...