Sometimes you might need to generate tables in good old plain text. Python can be used to perform this task. Here's a link to the relevant python recipe. Alternatively, there is a ready made module TextTable, which is also quite convenient.
Generating text (ASCII) tables
Submitted by andre on










Add new comment