nirum / tableprint

Pretty console printing :clipboard: of tabular data in python :snake:
https://tableprint.readthedocs.io/
MIT License
174 stars 16 forks source link

Auto width support. #19

Closed nirum closed 4 years ago

nirum commented 4 years ago

Allows for the width parameter to be specified as None, in which case the width is automatically determined based on the data to be printed.

Fixes #13