Simple TUI library.
Project description
AXTO
Simple TUI (Text User Interface) library for Python.
INSTALLATION
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()
AVAILABLE WIDGETS
- BOX
- INPUT
- BUTTON
- LABEL
- SCROLL LIST
- PROGRESS BAR
CONTROLS
CTRL+C,CTRL+Q,ESC– exit engineTAB– select next widget
DOCUMENTATION
You can find the full documentation in the docs/ directory.
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.1.3.tar.gz
(9.6 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.1.3-py3-none-any.whl
(12.4 kB
view details)
File details
Details for the file axto-0.1.3.tar.gz.
File metadata
- Download URL: axto-0.1.3.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c3265ada560ec4d07c4ea1c15f72cea2279c898e76e026043d89ded571ae60e
|
|
| MD5 |
bd10299ed03a4f968dbcb9c90f819b69
|
|
| BLAKE2b-256 |
6d9f77578eac48568bfad096d8bef1fc836bb82a335305804c171daa68c9b448
|
File details
Details for the file axto-0.1.3-py3-none-any.whl.
File metadata
- Download URL: axto-0.1.3-py3-none-any.whl
- Upload date:
- Size: 12.4 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 |
2cc206f424f0c82651d8c0cd50c8785b799be7ef9e4d8dde048a1671a7e0857a
|
|
| MD5 |
e42e999f1abbbeaafff701cd7fecc60b
|
|
| BLAKE2b-256 |
939adfab570a1153e6ed5e0a79cc15167e1afc35a4d9088cc2cd302e178394f0
|