A beginner-friendly Food Order System built using Python and Tkinter. This project displays food items with images, allows users to add items to a cart with quantity selection, remove items, and place orders.
- GUI-based food ordering system
- Menu with images, price, and quantity selector
- Dynamic cart with remove option
- Total price calculation
- Order success popup
- Orders saved to file
- Python
- Tkinter
- Pillow (for image handling)
- Clone the repository
- Install dependencies