A simple Python-based command-line inventory tracker for adding, updating, and managing stock data.
Built to demonstrate data handling, automation logic, and clean CLI design using pandas
.
- Add, view, update, and delete inventory items
- Track quantities, categories, and prices
- Highlight low-stock items automatically
- Display clean, tabular data using
pandas
- Calculate total stock value instantly
- Language: Python 3.10+
- Libraries:
pandas
— for in-memory data managementrich
— for colorful, readable CLI output
Clone this repo:
git clone https://github.com/techlab-jd/inventory-tracker-cli
cd inventory-tracker-cli