Skip to content

A beginner-friendly terminal-based Cafe Management System in Python to simulate food ordering, menu handling, quantity input, and total bill generation.

Notifications You must be signed in to change notification settings

AyushGaikwad84/Cafe-Management-System---Python-Terminal-Based-Project-mini-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Cafe-Management-System---Python-Terminal-Based-Project-mini-

β˜• Ayush Cafe - Python Terminal Project

Welcome to Ayush Cafe – a simple Python-based terminal application that simulates a mini cafe ordering system. This project helps beginners understand how to use Python basics such as dictionaries, conditionals, and user input.


πŸ“‹ Project Description -

The Cafe Management System allows a user to:

  • View a menu with items and prices.
  • Place an order for one or two items.
  • Enter quantity for each item.
  • Calculate and display the total bill.
  • Enjoy a fun, interactive terminal-based cafe experience.

It’s a fun mini-project made using pure Python and designed for learning and practicing logic building.

πŸ› οΈ Tech Used -

Python 3 Terminal/Command Line


Sample menu -

pizza : β‚Ή149 burger : β‚Ή99 coffee : β‚Ή40 tea : β‚Ή15 sandwich : β‚Ή70 pasta : β‚Ή120


πŸ’‘ Features -

  • 🧾 Simple food ordering system.
  • πŸ“¦ Menu stored using Python dictionaries.
  • πŸ”’ Quantity input for more realistic billing.
  • βœ… Total price calculation.
  • 🧠 Beginner-friendly logic and structure.

🧠 Learning Outcomes - How to use dictionaries in Python

Taking and processing user input

Conditional logic (if-else)

Basic arithmetic operations

Structuring mini-projects

πŸš€ How to Run

  1. Make sure you have Python 3 installed.
  2. Clone this repository or download the .py file.
  3. Open your terminal (or command prompt), navigate to the file directory.
  4. Run the file using:

About

A beginner-friendly terminal-based Cafe Management System in Python to simulate food ordering, menu handling, quantity input, and total bill generation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages