Extension package of maliang for supporting table
Project description
maliang-table
https://xiaokang2022.github.io/maliang/
Extension package of maliang for supporting table
📦 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()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
maliang_table-0.1.0.tar.gz
(4.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file maliang_table-0.1.0.tar.gz.
File metadata
- Download URL: maliang_table-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccc921ff65bb92d224a27b84bf60dca74eb14b0a483d4d9f58b0e0016fb7f605
|
|
| MD5 |
9bfaca9c8370c90116907bdafbeb0a2d
|
|
| BLAKE2b-256 |
7552c3b719268ba45859c3f0f941e161ee492c1309e8cb9d7a6ddf5f59ad9ff3
|
File details
Details for the file maliang_table-0.1.0-py3-none-any.whl.
File metadata
- Download URL: maliang_table-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22c9697de8458b3c4ff6727b3b72677abd0b8d290c07def7562cc96219f8291c
|
|
| MD5 |
31f55f2f2ab75ac650193dc07f514fa2
|
|
| BLAKE2b-256 |
bf7e7ac5e500794ff99f5b5ce0ad568d68905894fde50463de744db25e666ed9
|