Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vivprime/employee-management-system
GUI Application for the management of Employees
https://github.com/vivprime/employee-management-system
sql tkinter-python
Last synced: 13 days ago
JSON representation
GUI Application for the management of Employees
- Host: GitHub
- URL: https://github.com/vivprime/employee-management-system
- Owner: Vivprime
- Created: 2024-06-12T15:47:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T15:57:00.000Z (7 months ago)
- Last Synced: 2024-06-12T21:56:13.484Z (7 months ago)
- Topics: sql, tkinter-python
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# employee-management-system
This project presents the development of an Employee Management System (EMS) using Tkinter for the graphical user interface (GUI) and SQL for managing employee details. The system provides functionalities for creating, adding, deleting, and updating employee records efficiently.
The GUI interface built with Tkinter offers a user-friendly environment for interacting with the EMS. Users can perform various operations on employee data, such as adding new employees, updating existing records, deleting outdated entries, and retrieving employee information.
The system utilizes SQL for database management, ensuring robust data storage and retrieval. SQL queries are employed to execute operations like creating tables, inserting new records, deleting obsolete data, and updating employee details seamlessly.
![output](https://github.com/Vivprime/employee-management-system/assets/121534834/a0bdf4a1-b7f3-4d86-854a-4c59615c59de)