A Python console application for managing product records and stock levels.
- Add new products
- List all products
- Search by product name or category
- Update product details
- Delete products
- Check low stock products
- Calculate total stock value
- Save data in a CSV file
- Make sure Python 3 is installed.
- Open a terminal in the project folder.
- Run:
python app.py- Python
- CSV file operations
- Lists and dictionaries
- Console application
The program creates a products.csv file automatically after products are added.
Ömer Akpınar