This commit is contained in:
2026-03-06 11:39:08 +11:00
parent 2902cd14b2
commit 1f8824339f
3 changed files with 18 additions and 7 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# Movie Ticket Thingo
Depends on pyside6. Install with:
```
pip install -r requirements.txt
```
Run with:
```
python app.py
```