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.1.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file fantable-1.1.tar.gz
.
File metadata
- Download URL: fantable-1.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 788cfa7459fd3fda738b3dcc75fc26c8c3314dae4293c8eab5ad9667e55715f6 |
|
MD5 | e922ce139305a82d3d89bc05d1032077 |
|
BLAKE2b-256 | 450c3227bb2c9acf91e5b3a1aca7fbda1524865b1c2b823118069ef878bc7b56 |
File details
Details for the file fantable-1.1-py3-none-any.whl
.
File metadata
- Download URL: fantable-1.1-py3-none-any.whl
- Upload date:
- Size: 4.6 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 | db6c50a0e021b062fd824f624c20eb65b005725b977f8d856d214b3f7985b25c |
|
MD5 | 7c56f4bb349fbc1ad24e90b906ce8da6 |
|
BLAKE2b-256 | eeb3ac79704d76bc12064fbe6275d61a86f10e2f66a5a9b45589704970baa411 |