A PyRatatui terminal UI application.
# Clone and run directly
git clone https://github.com/<your-username>/test_app.git
cd test_app
pip install .
python main.pyOr install it with the PyRatatui app manager:
pyratatui install <your-username>/test_app
pyratatui run test_app# Editable install β changes to main.py take effect immediately
pip install -e .
# Run
python main.py
# or:
test_app- pyratatui β₯ 0.2.5
- Python β₯ 3.10