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"] table.add_data("name",name) table.append_data("name","leviathan") or table.append_data("name",["leviathan"]) print(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 two lines of code .
License
210230/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 two lines of code .
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 98.3%
- Shell 1.7%