Simple TUI library.
Project description
AXTO
- Simple TUI library
INSTALATION
pip install axto
QUICK START
from axto import Engine
from axto.widgets.box import Box
app = Engine()
box1 = Box(x=5, y=5, width=20, height=10)
app.add_widget(box1)
app.run()
AVAIABLE WIDGETS
- BOX
Control
q- exit engineTAB- select next widget
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
axto-0.0.2.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
axto-0.0.2-py3-none-any.whl
(3.9 kB
view details)
File details
Details for the file axto-0.0.2.tar.gz.
File metadata
- Download URL: axto-0.0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f183a1209f55c9927e4e86b26c9331e515b57176b919a83c6b5b875f8f8f651d
|
|
| MD5 |
e7106bba8418ef3c9ad119ae0f8257db
|
|
| BLAKE2b-256 |
a5e056507a29c2ae334b3784e8a373f96f19944697d96edd341fc005bf27bcf1
|
File details
Details for the file axto-0.0.2-py3-none-any.whl.
File metadata
- Download URL: axto-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41d7b2d968d0984dad3f7729fb349d46baafa3029aae611483909c22e2bafc52
|
|
| MD5 |
eb7d0e3a8c6937494218e0d6a8a65be8
|
|
| BLAKE2b-256 |
43194bac5a6b12fb208d82ab9dedc95cfd4d217430ae3792ff382769eed40421
|