Skip to content

OjasD07/employee-management-system-python-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System

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.

Features

  • Add, display, update, search, and delete employee records
  • Menu-driven console interface
  • MySQL database with primary key constraints

Tech Stack

  • Python
  • MySQL

Languages

  • Python
  • SQL (MySQL)

How to Run

  1. Ensure MySQL is installed and running
  2. Create the database and table using the .sql file.
  3. Install dependency:
    pip install mysql-connector-python
  4. Download the .py file & replace (your MySQL server password) with Your_Password.
  5. Run the Python file

Notes

This repository contains the project in its original academic form.

Author

Ojas Deshpande [[email protected]]