tableprint icon indicating copy to clipboard operation
tableprint copied to clipboard

Pretty console printing :clipboard: of tabular data in python :snake:

Results 4 tableprint issues
Sort by recently updated
recently updated
newest added

It'd be useful if `tableprint` could accept a custom print command. In my use case, I want to progressively (print-as-I-go) print the values of TensorFlow 2 tensors in a table....

When adding data that is wider than the tty screen, the table just breaks.

bug

I try this: ``` import tableprint as tp tp.banner('test') ``` error: ``` Traceback (most recent call last): File "stats.py", line 83, in main() File "C:\Users\acnazarejr\Anaconda3\envs\harhealth-sensors\lib\site-packages\click\core.py", line 722, in __call__ return...

bug