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.0.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file fantable-1.0.tar.gz
.
File metadata
- Download URL: fantable-1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a0592d3e1322262eaa9b8260e8efb2b1e31f763d4b28f55815fc9baa67a9230 |
|
MD5 | a9a558c6e93c29ed7c0c6cc0ab70a8ad |
|
BLAKE2b-256 | 1cc4b78075562a44460865049be542929853fe103c2b520f2492b65ae6707494 |
File details
Details for the file fantable-1.0-py3-none-any.whl
.
File metadata
- Download URL: fantable-1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 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 | b9f3505582dbc196e93b5b1298764dea04ec0a8bc4bd861982e011e0c2e154ff |
|
MD5 | afe0966f780ef8fcfe19ef1a1f1a2517 |
|
BLAKE2b-256 | 4200dc903990a224233d283234b4a15d7f60c81c50799ebd0150ff732b516533 |