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.
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
- π§Ύ 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
- Make sure you have Python 3 installed.
- Clone this repository or download the
.pyfile. - Open your terminal (or command prompt), navigate to the file directory.
- Run the file using: