

EMPLOYEE MANAGEMENT GUI
Abstract
The provided code implements an Employee Management System using the Tkinter library for building the graphical user interface (GUI) and SQLite3 for database management. The system allows users to perform various operations such as adding new employees, removing existing employees, searching for employees, and adding remarks to employee records. The application's main window features a Treeview widget displaying employee information including ID, name, and remarks. It provides buttons for adding, removing, searching, and adding remarks to employee records. User input is facilitated through dialog boxes for entering employee details and prompts for employee ID. The code utilizes object-oriented programming principles with a Employee Management App class encapsulating the application's functionality. Methods within the class handle database connection, table creation, employee manipulation, and GUI updates. Additionally, the application ensures data integrity by checking for duplicate employee IDs during addition and provides informative messages for user interactions. Overall, the Employee Management System provides a simple yet effective interface for managing employee records with basic CRUD (Create, Read, Update, Delete) functionalities.
References
Adetoye Aribisala,Kehinde olusuyi, “Design of an employee management system”,IJMEIT,volume:2,issue:11,pageno:8 32-841,2014
YU CAO, “design of college student employee management system based on WEB",MATEC web of conference 63 , 2016
Rishabh Bajpayi1, Prof. M L Sharma2, K C Tripathi, “employee management system”, International Journal for Modern Trends in Science and Technology, page no :225-234 , 2020.
Refbacks
- There are currently no refbacks.