Welcome to Cafe Management System, a simple Python-based cafe management system that allows customers to order items, manage their orders, and calculate the total bill seamlessly.
- Menu Display: The system displays a pre-defined menu with prices for each item.
- Item Ordering: Customers can input the name of the desired menu item to add it to their order.
- Dynamic Order Management: Users can add multiple items to their order.
- Bill Calculation: The system calculates and displays the total amount for the items ordered.
The menu includes a variety of delicious beverages and snacks:
- Cappuccino: ₹140
- Latte: ₹120
- Americano: ₹150
- Espresso: ₹130
- Hot Chocolate: ₹200
- Milkshake: ₹150
- Pizza: ₹250
- French Fries: ₹90
- Run the Script: Execute the Python script in a Python environment.
- View the Menu: The menu is displayed at the start of the program.
- Order Items: Type the name of the item you want to order when prompted.
- Continue Ordering: If you wish to order more, type
Yes
when asked. - Finish Order: Type
No
when done ordering to see the total amount to pay.
- Python 3.x installed on your system.
- Programming Language: Python