python-tableformatter / tableformatter

Tabular data formatter allowing printing from both arbitrary Iterables of Iterables or Iterables of objects via introspection
https://pypi.org/project/tableformatter/
MIT License
19 stars 3 forks source link

Added example of integrating tableformatter with cmd2 #17

Closed tleonhardt closed 6 years ago

tleonhardt commented 6 years ago

Added example of using tableformatter within an interactive command-line application based on the cmd2 module.

Also: