You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to prettyta...@googlegroups.com
Hi,
I've extended prettytable to include the option of adding a table title, see the attached patch. The testing module has also been extended accordingly.
Usage is similar to other options available to PrettyTable.
i.e.
t = PrettyTable()
t.tile = "My Table's Title"
... fill table ...
print t.get_string()
If anyone discovers any problems, let me know. Thanks to the devs for a very useful module