A desktop-based Cafe Machine application built using Python and Tkinter that simulates a real café ordering system. The app allows users to select beverages, calculate total cost, and generate a bill through an interactive graphical interface.
✔ User-friendly GUI built with Tkinter
✔ Menu selection for café items (coffee, tea, etc.)
✔ Automatic price calculation
✔ Order summary and bill generation
✔ Simple and intuitive layout
✔ Beginner-friendly Python project
✔ Python
✔ Tkinter (GUI Framework)
This project is ideal for:
Python beginners learning Tkinter
Understanding GUI-based applications
Practicing event handling and logic building
Small-scale desktop application demos
Add payment simulation
Save order history
Improve UI design
Add database integration
✅ Run the application
cafe_GUI.py
✔ Café Machine GUI will open
✔ Select menu items
✔ Place orders and then Click Checkout and save pdf
✔ View total bill and choose the payemnt method
✔ The order summary and saved pdf is displayed