PrettyTable Library

From GM-RKB
Jump to navigation Jump to search

A PrettyTable Library is a Python ASCII table display library.



References

2016

  • https://pypi.python.org/pypi/PrettyTable
    • QUOTE: A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
      PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of “sub-tables” by specifying a row range.