Robpol86 / terminaltables

Project no longer maintained.
https://github.com/matthewdeanmartin/terminaltables
MIT License
689 stars 70 forks source link

Create unicode_tables.py #42

Open legendre6891 opened 7 years ago

legendre6891 commented 7 years ago

Added tables that directly uses Unicode characters. Useful for outputting outputs that do not support terminal control characters.

I'm using this for outputting tables in a Jupyter notebook kernel.

bobwhitelock commented 7 years ago

I was having issues in my program with the normal terminaltables output being messed up when piped through less; I switched to using a table from this PR and it solved it perfectly, so thanks!

@legendre6891: I hope you don't mind but I've pushed a couple of commits to another branch to address the requested changes and try and help make this mergeable upstream, feel free to make the changes yourself if you prefer however.

legendre6891 commented 7 years ago

Hi, glad you found it useful. I apologize for the bad etiquette for not responding to the changes --- caught up with school at the moment. Please feel free to merge your branch, thanks!

All the best.