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.2.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file fantable-1.2.tar.gz
.
File metadata
- Download URL: fantable-1.2.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 | 83d41a8d5f9ebf6e3aa665a7b904f2e2c284a6720c1922d7252c1f8c1a7c96d1 |
|
MD5 | 93cc51f91c6bb85e8c1d3ca131e30ceb |
|
BLAKE2b-256 | e34b6accc427f3e17eaf42c7f941a68c607b7cab94f2e5293f19090ab90cd0b4 |
File details
Details for the file fantable-1.2-py3-none-any.whl
.
File metadata
- Download URL: fantable-1.2-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 | de1ff60975168ad4e2053614346269ff792d709a23e4785bf784b800e8ff7dae |
|
MD5 | da250d8882f42468712d4d1857ad6b3b |
|
BLAKE2b-256 | 57e55022794966820b251ae153b8ce3f8a4482292bdaf0261ac80a4c64fd414b |