This is a Python project to manage simple employee details. The details are stored in the Python list
This is a Python project to manage employee details. I am using the Python list to get the employee name from a user(admin) and add it to the list. Admin can have various options for this project.
->To view Existing List:- just enter the "1" option, enter the name to view an existing list of employees.
->To add a new Employee:-just enter the "2" option, enter the name to add a new employee to a list.
->To search an Employee:-just enter the "3" option, enter the name to find the employee name in the list if it is found it shows "Founded".
->To remove an employee name from the list:-just enter the "4" option, enter a name to remove from the List.
This project is not only for employee management, it is also used for many applications for simple storing purposes.
Submitted by Mohamed Riyaz z (Mdriyaz)
Download packets of source code on Coders Packet
Comments