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

Add optional parameter on generate_table to specify color library #42

Open anselor opened 4 years ago

anselor commented 4 years ago

Add ability to specify color library when generating a specific table instead of having to modify a global variable every time.