A simple inventory management system built in Python to practice programming logic and data structures.
About:
This project was developed as a learning exercise to strengthen:
-Programming logic -Data structures -Code organization
Concepts Applied:
-Modularization (functions)
-Exception handling
-Data persistence (save/load with JSON)
-Input validation
-Use of dictionaries and lists
Features:
-Add new products
-Update or restock existing products
-List all products and their prices
-Remove products from inventory
Technologies:
-Python =JSON
Objective:
-To improve problem-solving skills and gain practical experience building functional software and data structure.
How to run:
-
Clone this repository - git clone https://github.com/Epic10ka/Inventory
-
Navigate to the project folder: cd stock-python
-
Run the program:
python stock.py