tabulate==0.10.0
# Pretty-print tabular data
$ pip install tabulate
downloads/wk
0
license
version
0.10.0
python
>=3.10
What is tabulate?
Tabulate is a Python package that formats tabular data into aligned, readable tables for console output or text-based display. Developers use it to present data in organized columns with minimal formatting effort, making command-line tools, reports, and data summaries more readable without manual spacing calculations.
Dependencies (1)