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
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.1.tar.gz
(7.4 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.1-py3-none-any.whl
(9.5 kB
view details)
File details
Details for the file axto-0.1.1.tar.gz.
File metadata
- Download URL: axto-0.1.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afa9612e67a175b99c4c150ab5576c22df35cbc1b3f6a6319f2bdde79d4ee474
|
|
| MD5 |
8b921d74106b60f3b167fa90532aa201
|
|
| BLAKE2b-256 |
4792080192b000f53e8700d7db6db56f2634e6d2d4972e45f124733ea25399f7
|
File details
Details for the file axto-0.1.1-py3-none-any.whl.
File metadata
- Download URL: axto-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.5 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 |
d034588635872836ecf9f25bb236363ce2b5439dcdc3ffd7d5befe964deb788e
|
|
| MD5 |
b053911944679f32e4b15fd6b494eff2
|
|
| BLAKE2b-256 |
900f107ea242dd0a2ed94a32f561e68d342525508bc4f871bd3fd855d67885e6
|