add half-working TUI

This commit is contained in:
2024-12-18 16:35:28 -05:00
parent e8ea328e77
commit 326b5988af
2 changed files with 504 additions and 0 deletions

View File

@ -84,3 +84,6 @@ Read [Games specific info](docs/game_specific_info.md) for all supported games,
## Production guide
See the [production guide](docs/prod.md) for running a production server.
## Text User Interface
Invoke `tui.py` (with optional `-c <command dir>` parameter) for an interactive TUI to perform management actions (add, edit or delete users, cards, arcades and machines) without needing to spin up the frontend. Requires installing asciimatics via `pip install asciimatics`