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.3.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file fantable-1.3.tar.gz
.
File metadata
- Download URL: fantable-1.3.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 | afee410d2c52982051340bf0430532a3a6f738f4ec74ba30b299a4d1b595296a |
|
MD5 | 9f29f4139b8206497262c71ed36fa5d6 |
|
BLAKE2b-256 | df8666c81dfa976098693993216ce26d3b04952bc3c84787c9bace31cdb99c53 |
File details
Details for the file fantable-1.3-py3-none-any.whl
.
File metadata
- Download URL: fantable-1.3-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 | 06278f0580ab66d868014f6591ec3b5a6ba152db6c8467ea3f8df4319fb68c2d |
|
MD5 | 8b574e46e32f8a5817719af0792e47a2 |
|
BLAKE2b-256 | 84ffc3ec980f823b5d29c263c900026a0248b6549223246b9e69fcbb31315fab |