Skip to content

This is an Employee Management System implemented in Python 🐍. This system allows you to perform basic operations like adding βž•, updating ✏️, deleting πŸ—‘οΈ, and listing πŸ“‹ employee data.

Notifications You must be signed in to change notification settings

Saquibtechlotraining/Employee_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Employee Management System

This is a Employee Management System implemented in Python. This system allows you to perform basic operations like adding, updating, deleting, and listing employee data. Here's a brief overview of the functionalities:

Features

β‘  Add Employee ➑ You can add a new employee to the system by providing their ID, name, age, gender, position, and salary.

β‘‘ Update Employee ➑You can update an existing employee's information by choosing which attribute (name, age, gender, position, or salary) you want to update.

β‘’ Delete Employee ➑ You can delete an employee from the system by specifying their ID.

β‘£ List Employees ➑ You can list all the employees in the system, displaying their ID, name, age, gender, position, and salary.

How to Use

To use this Employee Management System, follow these steps:

β‘  Clone this repository to your local machine.

β‘‘ Navigate to the project directory.

β‘’ Run the employee_management.py script.

β‘£ Choose from the available options (1 to 5) to perform the desired operation on employee data.

β‘€ Follow the prompts to input the necessary information.

β‘₯ Repeat steps 4 and 5 to continue managing employee data until you choose to exit.

Example Usage

Here's an example of how you can use the Employee Management System:

β‘  Select option 1 to add an employee.

β‘‘ Provide employee details such as ID, name, age, gender, position, and salary.

β‘’ Continue to add, update, delete, or list employees as needed.

Dependencies

This Employee Management System does not have any external dependencies and should run on any system with Python installed.

About

This is an Employee Management System implemented in Python 🐍. This system allows you to perform basic operations like adding βž•, updating ✏️, deleting πŸ—‘οΈ, and listing πŸ“‹ employee data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages