outfancy

Table printing in Terminal

Demonstration

http://showterm.io/42f0bfa286232758acf18

what is it?

Outfancy is a python library to print tables in Terminal. It's a quick way to visualize data when you don't have a GUI and can be integrated easily in your programs. It's written in python3 and can quickly be installed anywhere using pip3.

installation

install with pip3

$ pip3 install outfancy

features

usage

In the interpreter

import outfancy
motor = outfancy.render.Table()
some_data = [(1, 'Foo'), (2, 'Bar')]
print(motor.render(some_data))

to do (Colaboration is welcome)

Author

Main developer: @carlosplanchon

Support

Some problem? documentation or contact