An open API service indexing awesome lists of open source software.

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.

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