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.2.tar.gz
(8.7 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.2-py3-none-any.whl
(11.1 kB
view details)
File details
Details for the file axto-0.1.2.tar.gz.
File metadata
- Download URL: axto-0.1.2.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47d02b714e55962a27b493725bc491efe41129b94d52335ca7185c8605d7de61
|
|
| MD5 |
3ac917342a62283362f2d588832de9a5
|
|
| BLAKE2b-256 |
457bda147e094e5159a507fac4793a3bb5c9919613733bba0ca75e551737e720
|
File details
Details for the file axto-0.1.2-py3-none-any.whl.
File metadata
- Download URL: axto-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.1 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 |
99d0c1ff82a875a465de1214407346c872069eb6c479739729ddd7db81a37957
|
|
| MD5 |
a5ffcb51e6695b5cb72117b5a9bca58a
|
|
| BLAKE2b-256 |
825cad3bbc8eb44b8c3f961c52a674f6bb48d3cfa298fcd2cd8b03b912262c8a
|