A console-based Employee Management System built using Python and MySQL.
This project was developed as part of the Class XII Computer Science curriculum and implements basic backend and database functionality.
- Add, display, update, search, and delete employee records
- Menu-driven console interface
- MySQL database with primary key constraints
- Python
- MySQL
- 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 file
This repository contains the project in its original academic form.
Ojas Deshpande [[email protected]]