A simple Python program for managing store inventory. A simple Python program for managing store inventory using a text file. It allows users to add, update, delete, sort, and filter products through a menu-driven console interface.
- Add and Delete products
- Update exisiting products
- Sort products by price
- Filter products by category
- Generate inventory summary & category report
Store Inventory.py– main Python programinventory.txt– stores product data and is created automatically if it does not exist
- Make sure Python is installed.
- Run the program:
python "Store Inventory"