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 LIST2
- PROGRESS BAR
- Check Box
- Select
- Container
CONTROLS
CTRL+C,CTRL+Q,ESC– exit engineTAB– select next widget
DOCUMENTATION
You can find the full documentation in the docs/ directory.
CREDITS
Author: rioxpi
Github page: axto
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.4.tar.gz
(11.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.1.4-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file axto-0.1.4.tar.gz.
File metadata
- Download URL: axto-0.1.4.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ceca50bdd8e68c264064a5ab9547d49326f16e81695084d60375c01a21e9623b
|
|
| MD5 |
7680bd0961b123a9b5a387f7382821b0
|
|
| BLAKE2b-256 |
d329f9f2e64769c4afd9356804dbbf9cb366bbeec8a50db579b44dc4a98bd55f
|
File details
Details for the file axto-0.1.4-py3-none-any.whl.
File metadata
- Download URL: axto-0.1.4-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6543c8834b89069480af9b21d2c3cef711c9e8bf4640d6e499455c477ddfeadf
|
|
| MD5 |
7ea078c0e2c3f8013c87251c8589da7b
|
|
| BLAKE2b-256 |
ad4db5eaa8522f79ed9edf2fb58349f5af0c23df829e358a6944081f91bba1ea
|