- A simple python program to print invoice.
-
pyfiglet : The ASCII text can be used to display many stylish texts by using the module pyfiglet.

-
PrettyTable : PrettyTable is a Python library for generating simple ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. We can control many aspects of a table, such as the width of the column padding, the alignment of text, or the table border, We can sort data.
-
DateTime : Datetime module supplies classes to work with date and time.