A simple command-line shopping cart program built using Python.
This program displays a food menu, allows users to place orders, and calculates the total cost of the selected items.
This project is part of my learning journey while practicing Python basics and program logic.
- Displays a formatted food menu with prices
- Allows users to add items to a cart
- Supports multiple orders
- Calculates the total bill
- Simple command-line interface
- Python
- Basic programming concepts:
- Dictionaries
- Lists
- Loops
- Conditional statements
- User input handling
- Run the program:
python shopping_cart.py- Enter food items from the menu to add them to your cart.
- Press q to finish ordering and see the total bill.
While building this project I practiced:
- Working with dictionaries to store menu items
- Using lists to manage a shopping cart
- Writing loops for continuous user input
- Implementing simple billing logic
This project is part of my Python practice projects, where I build small applications to strengthen my understanding of core programming concepts.
π» Beginner Python Project
