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.
- 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.
- Python
- Tkinter: For the GUI.
- Ensure Python is installed.
- Run the script:
python shopping_list.py