Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/divysuthar/employee_management_system


https://github.com/divysuthar/employee_management_system

Last synced: 27 days ago
JSON representation

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"