Pylsy is a simple Python library for drawing tables in the terminal/console. Just two lines of code!
pip install pylsy from pylsy import PylsyTable attributes=["name","age","sex","id","time"] table=PylsyTable(attributes) name=["sun","lsy","luna","leviathan"] table.add_data("name",name) table.create_table() MIT
forked from Mesaukee/Pylsy
-
Notifications
You must be signed in to change notification settings - Fork 0
Pylsy is a simple Python library draw tables in the Terminal.Just tow lines of code .
License
hleadery/Pylsy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Pylsy is a simple Python library draw tables in the Terminal.Just tow lines of code .
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 97.3%
- Shell 2.7%