Welcome to the Mc Cafe Management System! This is a simple Python-based GUI application built using tkinter
. It helps users order food items from a menu, calculates the total cost, and provides a user-friendly interface for resetting and modifying orders.
- Menu Display: Users can see the available items along with their prices.
- Order Placement: Users can enter quantities for each item and calculate the total cost.
- Interactive Confirmation: Before finalizing the bill, the app asks if users want to order more or proceed.
- Order Summary: Displays a detailed order summary with itemized costs and the total amount.
- Reset Functionality: Allows users to clear all input fields and start a new order.
- Python 3
- Tkinter: For creating the graphical user interface.
To run this application, you need:
- Python 3 installed on your system.
-
Clone this repository to your local machine:
git clone https://github.com/your-username/mc-cafe-management-system.git
-
Navigate to the project directory:
cd mc-cafe-management-system
-
Run the Python script:
python mccafe.py
-
The application window will open, and you can start placing your order.
-
Entering Quantities:
- For each item on the menu, you can enter the desired quantity in the corresponding input field.
-
Place Order:
- Click the "Place Order" button to calculate the total and proceed.
- If you want to order more, the app will prompt you before finalizing.
-
Reset:
- Click the "Reset" button to clear all input fields and start fresh.
-
Order Summary:
- If you confirm the order, an order summary will be displayed along with the total cost.
- A final message will thank you for visiting Mc Cafe.
mc-cafe-management-system/
├── mccafe.py # Main Python script
├── README.md # Project documentation
Contributions are welcome! If you have suggestions or improvements, feel free to create a pull request or open an issue.
If you have any questions or feedback, please contact:
- 📧 Email: [email protected]
- LinkedIn: Linkedin_link
Thank you for using the Mc Cafe Management System! Enjoy your meal! 🍔☕