Skip to main content

display data by table format

Project description

uitable

from uitable import UiTable
uitable_ins = UiTable()
uitable_ins.add_header("name", "age")
uitable_ins.add_row("yxx", "12")
print(uitable_ins)

# output:
name   age    
yxx    12  

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uitable-0.0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

uitable-0.0.1-py2-none-any.whl (2.9 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page