astanin / python-tabulate

Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate.
https://pypi.org/project/tabulate/
MIT License
2.08k stars 162 forks source link

No documentation found for formatting table columns, rows, and entries #303

Open laniakea opened 8 months ago

laniakea commented 8 months ago

Hi there, How is it possible to change the text/background colour of a table entry?

There are several scenarios which I'd like to know how to do this. Ideally this is what I want to do:

What I love about Tabulate is how simple and efficient it is and I hope this can be done easily.

Thanks