Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Can this be used to print a table row-by-row? #68

Open
AnnanFay opened this issue Mar 15, 2019 · 0 comments
Open

Can this be used to print a table row-by-row? #68

AnnanFay opened this issue Mar 15, 2019 · 0 comments

Comments

@AnnanFay
Copy link

It's unclear to me from reading the documentation how I can use this to print a table row by row over time?

I am looking to do something like:

with AsciiTable(headers=headers, column_widths=col_widths) as table:
    info = process_lots_of_data()
    table.add_row(info)

Where process_lots_of_data takes a few seconds.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant