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.
- Python
- MySQL
- 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
- Add/Update/Fetch/Delete Employees
- Search and Update employees data by different criteria
If you encounter any issues while running the application, please report it here.
If you want to contribute to this project, feel free to open a pull request.