Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 671 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 671 Bytes

Employee Management System in Python (Tkinter Frontend & MySQL Backend)

Frontend: Tkinter based frontend.

MySQL Integration: Integrated MySQL as the database backend.

Features

  • Add an Employee: Easily add new employees to your database with this function. Input their details, and the system will store them in the database.

  • Delete an Employee: Select the employee to delete, and with a click of a button, it will remove the employee details from the database.

  • Update an Employee: Make changes to their information/details and save the updated data.

  • View All Employees: Fetch all employees from the database in a single click.