Skip to content

adityajuyal17/Python-Shopping-Cart-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ Python Shopping Cart Program

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.


πŸš€ Features

  • 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

πŸ›  Built With

  • Python
  • Basic programming concepts:
    • Dictionaries
    • Lists
    • Loops
    • Conditional statements
    • User input handling

  1. Run the program:
python shopping_cart.py
  1. Enter food items from the menu to add them to your cart.
  2. Press q to finish ordering and see the total bill.

πŸ“Έ Output Screenshot

Shopping Cart Program Output


πŸ“š What I Learned

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

⭐ Project Purpose

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

About

A simple Python command-line shopping cart program that lets users select items from a menu and calculates the total bill.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages