Developed a console-based Inventory Management System using Python and MySQL to manage product records efficiently. • Implemented full CRUD operations for inventory items (add, display, update, search, delete) • Designed a relational database with a primary key–based table structure to ensure data consistency • Integrated Python with MySQL using mysql.connector for backend data handling • Built a menu-driven interface for smooth command-line interaction • Computed derived values (inventory value) dynamically from quantity and cost Tech Stack: Python, MySQL Concepts: CRUD operations, SQL queries, database design, backend logic This project was built to practice backend programming and relational database concepts. GitHub Repository Link Attached