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.6.tar.gz
(13.3 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.6-py3-none-any.whl
(18.9 kB
view details)
File details
Details for the file axto-0.1.6.tar.gz.
File metadata
- Download URL: axto-0.1.6.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef3d5e96727f7532d1e4f50a02d006849f41bb6e031c24cd6206c1c48fa9f8e6
|
|
| MD5 |
f5d6ddf15b1963e57649e573a0133445
|
|
| BLAKE2b-256 |
c530793fe9fb4c64f020fa8352fd679f35db1c77df4216f52faa9171acd8ef29
|
File details
Details for the file axto-0.1.6-py3-none-any.whl.
File metadata
- Download URL: axto-0.1.6-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29860ee03c5d4230bd65c510cb941bc58ca9b28696c1651d14b9e929ee1cc943
|
|
| MD5 |
f0e655454fb70f9ee1bf4b12c3cc66c2
|
|
| BLAKE2b-256 |
165c2cc632a58d519fe05cdf946d3e589ba5fb2a4c6bda6c84bf3cab45cf8a53
|