python3-terminaltables

Python library for printing tables to the console
  https://github.com/Robpol86/terminaltables
  0
  no reviews



Easily draw tables in terminal/console applications from a list of lists of strings.

Supports: multi-line rows, table titles, POSIX and Windows, Wide CJK (Chinese/Japanese/Korean) characters are displayed correctly, RTL Arabic and Hebrew characters are aligned correctly, alignment and justification. Colored text is supported through colorclass, colorama, termcolor, or just plain ANSI escape codes.

This package provides the Python 3 module.