Skip to content

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.

Notifications You must be signed in to change notification settings

divysuthar/Employee_management_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

git clone "https://github.com/divysuthar/Student_management_system.git"

About

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.

Topics

Resources

Stars

Watchers

Forks