Skip to main content

Posts

Showing posts from September, 2021

Python Programming: An Employee Management System

For the final project I had taken all my previously built scripts and refined them into one solid script. I added a menu option to allow the user to choose between all the listed options. Adding in the ability to add an employee was the first option I wanted to write in the script as it laid the groundwork for the rest of the functions to work properly. I then went on to write in the global count. I chose this option next because that would tell me if my “add an employee” part of the script was working properly. Lastly, I added in the ability to show all the employees that have been entered into the system. Throughout the entire script I made sure to utilize the “import os” function so that all the data that was output was not cluttered and it was easy to View.  The purpose of the “add an employee” function is to allow the user to add multiple users to the employee management system. The purpose of the “show all employees” function is to allow the user to see which employees have been