An open API service indexing awesome lists of open source software.

https://github.com/natthasath/demo-python-prettytable

Prettytable is a Python library that allows the creation of ASCII tables with various formatting options such as padding, alignment, and borders. It can also read and write CSV and HTML files. It is useful to print tabular data in a readable format.
https://github.com/natthasath/demo-python-prettytable

poetry prettytable python

Last synced: 6 months ago
JSON representation

Prettytable is a Python library that allows the creation of ASCII tables with various formatting options such as padding, alignment, and borders. It can also read and write CSV and HTML files. It is useful to print tabular data in a readable format.

Awesome Lists containing this project

README

          

# demo-python-prettytable
Prettytable is a Python library that allows the creation of ASCII tables with various formatting options such as padding, alignment, and borders. It can also read and write CSV and HTML files. It is useful to print tabular data in a readable format.