A Python library for generating simple ASCII and Unicode tables in terminals from a nested list of strings. Fork of terminaltables with Python 3.8+ support and modernised APIs. Version 4.0.0 released 2023.
pip install terminaltables3No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple ASCII table from a list of lists.
Use 'from terminaltables import ...'
Ensure Python 3.8+ or use older terminaltables for 2.7/3.5.
Do not rely on the title parameter; use separate print statements.
No dependency data recorded yet.