Rich-based TUI creation language
Project description
TUILANG
Create a runnable Python code quickly for TUI Rich-based applications.
Sample code and output
Sample code
Create four rows with 2 columns each and with a portion of 1, 6, 2, 1 respectively.
Each row's two columns have a 3:7 width ratio.
<layout(
<content(
<row[fraction=1](
<col[fraction=3]
<col[fraction=7]
)
<row[fraction=6](
<col
<col
)
<row[fraction=2](
<col
<col
)
<row[fraction=1](
<col
<col
)
)
)
Screenshot output
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tuilang-0.0.1.tar.gz
(5.9 kB
view details)
Built Distribution
File details
Details for the file tuilang-0.0.1.tar.gz
.
File metadata
- Download URL: tuilang-0.0.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c258b5969b9e1fd3cab9b9a6f91fab252dbc39d99114bd7d269e2051acc76585 |
|
MD5 | ad822cf2c0f7ee420cf97e1bbddf5872 |
|
BLAKE2b-256 | 221a661d032f9c7228c54ad6f1e32582a88c22a2000603275a0702aac704ae3f |
File details
Details for the file tuilang-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: tuilang-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f60fc9fee2f7bf87283e50ef7d559232e97d6a5805c21486438ce172b3e90c8 |
|
MD5 | c303d35607ad5ec1c417d4288328144b |
|
BLAKE2b-256 | 5c2c8ca08a952329d6c47d0fd6ebc556fa6d43d9615ac731c220965d2a957827 |