A simple Cafe Management System built with Python and MySQL Workbench. It features a Tkinter GUI for taking orders, calculating bills, and managing menu items. Ideal for small cafes or student projects, it offers basic billing and database functionality in an easy-to-use interface.
🔧 Features
Interactive Tkinter GUI for user-friendly experience
Order Management: Add, update, and delete items from the bill
Billing System: Automatic calculation of total with taxes
Database Integration using MySQL Workbench
Admin Panel for managing menu items and prices
Receipt Generation with itemized billing
Print Support (optional, if implemented)
Image Support (for menu items, if included)
✅ Requirements
Python 3.x
MySQL Server
mysql-connector-python