14 lines
132 B
Markdown
14 lines
132 B
Markdown
|
|
# Movie Ticket Thingo
|
||
|
|
|
||
|
|
Depends on pyside6. Install with:
|
||
|
|
|
||
|
|
```
|
||
|
|
pip install -r requirements.txt
|
||
|
|
```
|
||
|
|
|
||
|
|
Run with:
|
||
|
|
|
||
|
|
```
|
||
|
|
python app.py
|
||
|
|
```
|