Table Builder For Python
Project description
Fantable - Table Builder For Python
Author: Sptty Chan (Fanda)
Github & Examples: https://github.com/sptty-chan/fantable
Example:
from fantable import Table # import
create_table = Table(title="Daftar Hero Mobile Legends") # Title hanya optional
create_table.column("no", "nama hero", "role", "tipe damage") # Set Column
create_table.tab_row("01", "gusion", "assasin", "magic damage") # Menambah baris
create_table.tab_row("02", "kagura", "mage", "magic damage")
create_table.tab_row("03", "jhonson", "tank", "magic damage")
create_table.tab_row("04", "lesley", "marksman", "phisical damage")
create_table.commit() # Commit table
print(create_table) # Print table
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fantable-1.4.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file fantable-1.4.tar.gz
.
File metadata
- Download URL: fantable-1.4.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b8e90a7fd266f41b6701d20e1f35e7e477d1d5fcb1ec4a7722c8bf698db3ab1 |
|
MD5 | c3873a97d65fcd0aae8cc5e0589db356 |
|
BLAKE2b-256 | b0419731cdb817f8dd599d1bcdf33a8a8d2a1cf43220866b84c942983c2a9e7d |
File details
Details for the file fantable-1.4-py3-none-any.whl
.
File metadata
- Download URL: fantable-1.4-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba4f53b8f2a135025c0b7c719819b4aa7a461b9ac2d33d820af36c02f50e2b45 |
|
MD5 | 12d4acee7b031c3abdbc8ce43845d1cf |
|
BLAKE2b-256 | bf16fff40cfcd9e13bca1b3f32053e16560ae56483bca8019422326b39ece241 |