Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 317 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 317 Bytes

Employee Data Management System Version B

This EDMS is a python program designed to allow adding, removing, updating, and searching employee records from a persistent file storage using Pickle.

There are 5 functions namely addEmployee(), displayEmployees(), deleteEmployee(), updateEmployee() and searchEmployee().