Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 897 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 897 Bytes

Employee Management System

This repository contains a project to build an Employee Management System (EMS) that allows you to add, edit, and delete employee records. It is built using Python's Tkinter library for the GUI and MySQL database for storing employee data.

Prerequisites

  • Python
  • MySQL

Installation

  • Download the source code
  • Create a database in MySQL, and update the database credentials in the EMS.py file-
  • Tkinter library
  • MySQL Connector for Python
  • Run the EMS.py file to launch the application

Features

  • Add/Update/Fetch/Delete Employees
  • Search and Update employees data by different criteria

Issues

If you encounter any issues while running the application, please report it here.

Contributions

If you want to contribute to this project, feel free to open a pull request.