https://github.com/natthasath/demo-python-prettytable
Prettytable is a Python library that allows the creation of ASCII tables with various formatting options such as padding, alignment, and borders. It can also read and write CSV and HTML files. It is useful to print tabular data in a readable format.
https://github.com/natthasath/demo-python-prettytable
poetry prettytable python
Last synced: 6 months ago
JSON representation
Prettytable is a Python library that allows the creation of ASCII tables with various formatting options such as padding, alignment, and borders. It can also read and write CSV and HTML files. It is useful to print tabular data in a readable format.
- Host: GitHub
- URL: https://github.com/natthasath/demo-python-prettytable
- Owner: natthasath
- License: mit
- Created: 2022-12-26T09:23:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T05:04:20.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T10:45:02.791Z (11 months ago)
- Topics: poetry, prettytable, python
- Language: Python
- Homepage: https://github.com/jazzband/prettytable
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# demo-python-prettytable
Prettytable is a Python library that allows the creation of ASCII tables with various formatting options such as padding, alignment, and borders. It can also read and write CSV and HTML files. It is useful to print tabular data in a readable format.