A console-based Inventory Management System built using Python and MySQL to manage product records efficiently
This project was built to practice backend programming and relational database concepts.
- Add new inventory items
- Display all records
- Update existing item details
- Search inventory by ID
- Delete inventory records
- Menu-driven console interface
- MySQL database with primary key constraints
- Python
- MySQL
This project was created to strengthen the understanding of:
- Python–MySQL integration
- CRUD operations
- SQL queries
- Database design
- Python
- SQL (MySQL)
- Ensure MySQL is installed and running
- Create the database and table using the .sql file.
- Install dependency:
pip install mysql-connector-python
- Download the .py file & replace (your MySQL server password) with Your_Password.
- Run the Python Script
Ojas Deshpande [[email protected]]