https://github.com/SheblMohamed/Employees-Management-App
A Simple Employees Management Console App Using Python.
https://github.com/SheblMohamed/Employees-Management-App
Last synced: 10 months ago
JSON representation
A Simple Employees Management Console App Using Python.
- Host: GitHub
- URL: https://github.com/SheblMohamed/Employees-Management-App
- Owner: SheplX
- Created: 2022-03-27T22:31:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T23:40:46.000Z (over 4 years ago)
- Last Synced: 2024-11-20T13:37:26.042Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Employees Management Console App Using Python.
## Login:
- When opening the app, display “welcome, press 1 for login, any other character for exit”
- If the user pressed any other character, the system will display “GoodBye sir”
- If the user pressed 1, the system will ask for the user's email and password.
- System will check the credentials of the user, if it is correct, a welcome msg will display.
- If credentials are wrong, generate an error message and ask the user to enter his data again or exit the system.
## If the Logged in user is having admin rule, he will have the following list:
- Add new employee
- Add new Admin
- Remove current employee by the employee email.
- Edit specific current employee data.
## If the current logged in user is an employee, he will have the following list:
- Calculate his salary data.
- Calculate all employee's salaries.
- Get the age of a specific employee by searching with his email.