This Employee Management System is a GUI application built using Python's Tkinter library and SQLite3 for database management. It provides functionalities to add, delete, update, and search for employee records.
- Add Employee: Allows users to add new employee records to the database.
- Delete Employee: Enables users to delete existing employee records from the database.
- Update Employee: Provides functionality to update the details of existing employee records.
- Search Employee: Allows users to search for employee records by their ID.
- Python 3.x
- Tkinter
- SQLite3
- Run the Python script.
- Use the "Add Employee" button to add new employee records.
- Use the "Delete Employee" button to delete existing employee records.
- Use the "Update Employee" button to update the details of existing employee records.
- Use the "Search Employee" button to search for employee records by their ID.
- Select an employee from the list to display their details.
- Use the "New Employee" button to clear all fields and start adding a new employee record.
- Ensure that all dependencies are installed before running the script.
- This project can be extended further to include additional features such as authentication, more detailed employee information, etc.