Skip to content

Xiaokang2022/maliang-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maliang-table

https://xiaokang2022.github.io/maliang/

Extension package of maliang for supporting table

Version Downloads Total Downloads Size
Watchers Forks Stars Issues Pull Requests Discussions

Star History Chart

📦 Installation

pip install maliang-table

👀 Preview

import maliang
from maliang import table

root = maliang.Tk()
tk_table = table.TkTable(root, data=[[f"Row {r}, Col {c}" for c in range(100)] for r in range(100)])
tk_table.enable_bindings()
tk_table.pack(expand=True, fill="both")
root.mainloop()

About

Extension package of maliang for supporting table

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages