Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 692 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 692 Bytes

Shopping List Application (Tkinter)

A simple Shopping List application built with Python's Tkinter library. This app allows users to manage a shopping list by adding or removing items and calculating the total number of items.

Maintainers

Mehnaz Ali

Features

  • Add Items: Input items and quantities to add to the list.
  • Remove Items: Delete items from the list.
  • Display List: View all items and their quantities.
  • Calculate Total: Show the total number of items.

Technologies

  • Python
  • Tkinter: For the GUI.

How to Run

  1. Ensure Python is installed.
  2. Run the script:
    python shopping_list.py