A Python ordering and GUI built with CustomTkinter, simulating a fast-food ordering setup.
- Select items from a menu
- Select Quantity of items
- Submit order to a database
- Retrieve orders from a database
- Update Order Status
- Send out order for collection
- View orders that are being made
- Allow customers to collect orders
- Python(tested) 3.13.7+
- CustomTkinter
- Pillow
Install dependencies:
pip install customtkinter
pip install pillowpython launcher.py

