This is a simple Employee Management System implemented in Python using SQLite as the database backend. It supports operations for adding, removing, and displaying employees, and handles both full-time and part-time employees.
- Add Full-Time and Part-Time employees
- Remove employees by ID
- Display a list of all employees with their details
- Calculate salaries, bonuses, and deductions
- Python 3.x
- SQLite (comes pre-installed with Python's
sqlite3
module)
Clone this repository to your local machine:
git clone "https://github.com/divysuthar/Student_management_system.git"