A menu-driven Python café management system using OOP, Pandas, and Colorama with billing and QR-based online payment support.
A menu-driven Python Café Management System built using Object-Oriented Programming (OOP).
This project allows users to order food from different cuisines, calculates bills with tax, and supports both cash and online (QR-based) payments.
- Menu-driven console application
- Multiple cuisines:
- Indian
- Chinese
- Italian
- Korean
- Food ordering with quantity selection
- Automatic bill calculation with 5% tax
- Re-order option
- Colorful bill display using Colorama
- Online payment support via QR code (OpenCV)
- Uses Pandas for structured menu display
- Python
- Pandas
- Colorama
- OpenCV
- OOP (Classes & Methods)