Files
at1/README.md

14 lines
136 B
Markdown
Raw Normal View History

2026-03-06 11:39:08 +11:00
# Movie Ticket Thingo
Depends on pyside6. Install with:
```
pip install -r requirements.txt
```
Run with:
```
2026-03-09 14:03:31 +11:00
python src/app.py
2026-03-06 11:39:08 +11:00
```