In this project I built an inventory management system using python in a google colaboratory (jupyter notebook) environment.
With the inventory management system you can:
- Store products and their quantities
- Add new products
- Update product quantities
- Search for products
- Remove products
- Display inventory records
- Generate inventory statistics
- Identify low-stock items.
I added a functional and interactive menu system, where all the above functions can be easily implemented.