Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javascriptdude/dotnettexttable
Make BetterConsoleTables behave like Pythons texttable Lib
https://github.com/javascriptdude/dotnettexttable
Last synced: about 2 months ago
JSON representation
Make BetterConsoleTables behave like Pythons texttable Lib
- Host: GitHub
- URL: https://github.com/javascriptdude/dotnettexttable
- Owner: JavaScriptDude
- License: mit
- Created: 2024-05-22T18:12:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T18:16:49.000Z (9 months ago)
- Last Synced: 2024-10-31T17:05:14.701Z (3 months ago)
- Language: C#
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .Net TextTable
Make BetterConsoleTables behave like Pythons texttable LibThis is a simple class that wraps BetterTextTables to make it behave like Pythons texttable library.
Essentially, BetterTextTables does not support multiple line text in rows and infact displays such output very poorly. This code analyzes each value in an added row and if a row contains a string with multiple lines it will span the row across multiple rows.
If you try this code, please let me know if you have any suggestions and I'll be glad to update. I will update this code as I find any issues in production.