News

A simple solution to tabulating information and data direct within the terminal. Using the famous ncurses module for python, curseXcel lets you customise and fill your table with ease, and then ...
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: # ...