Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divysuthar/employee_management_system
https://github.com/divysuthar/employee_management_system
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/divysuthar/employee_management_system
- Owner: divysuthar
- Created: 2024-04-13T04:43:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T16:11:03.000Z (4 months ago)
- Last Synced: 2024-08-25T16:45:13.641Z (4 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Management System
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.
## Features
- 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## Requirements
- Python 3.x
- SQLite (comes pre-installed with Python's `sqlite3` module)## Getting Started
### 1. Clone the Repository
Clone this repository to your local machine:
```bash
git clone "https://github.com/divysuthar/Student_management_system.git"