https://github.com/03-bunny-06/cafe-management-system
Cafe Management System is a simple Python-based system for managing cafe orders. It allows customers to view a menu, place orders, and calculate the total bill effortlessly.
https://github.com/03-bunny-06/cafe-management-system
python python-functions python-list-methods python-lists python3
Last synced: about 2 months ago
JSON representation
Cafe Management System is a simple Python-based system for managing cafe orders. It allows customers to view a menu, place orders, and calculate the total bill effortlessly.
- Host: GitHub
- URL: https://github.com/03-bunny-06/cafe-management-system
- Owner: 03-Bunny-06
- Created: 2024-12-22T02:57:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T04:00:53.000Z (3 months ago)
- Last Synced: 2025-02-13T05:18:53.725Z (3 months ago)
- Topics: python, python-functions, python-list-methods, python-lists, python3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cafe Management System
## Project Description
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.
## Features
- **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.## Menu
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## How to Use
1. **Run the Script:** Execute the Python script in a Python environment.
2. **View the Menu:** The menu is displayed at the start of the program.
3. **Order Items:** Type the name of the item you want to order when prompted.
4. **Continue Ordering:** If you wish to order more, type `Yes` when asked.
5. **Finish Order:** Type `No` when done ordering to see the total amount to pay.## Prerequisites
- Python 3.x installed on your system.
## Technologies Used
- **Programming Language:** Python