This is a simple command-line based Employee Management System written in Python. It allows you to manage a list of employees, add new employees, remove existing employees, edit employee details, list all employees and view employee details.
Feature | Normal | Donator |
---|---|---|
Adding Employees | ✅ | ✅ |
Deleting Employees | ✅ | ✅ |
Editing Employees | ✅ | ✅ |
Listing Employees | ✅ | ✅ |
Showing Employee Profiles | ✅ | ✅ |
Generating Random Data | ✅ | ✅ |
Good Feeling | ❌ | ✅ |
- Windows 7 or higher
- Python 3.12 or higher
- Download the release
.zip
file. Or usegit clone
orwget
- If you want to erase every dummy data employy erase the content of
./employees.json
- Run the script using the command
python "admin.py"
orpython3 "admin.py"
in your terminal or command prompt.
Upon starting the script, you will be presented with a login screen. Default login is admin
and password is admin123
. You can change that later.
Selecting option 6 will log you out of the system and take you back to the login screen.
This Employee Management System is released under the GNU GENERAL PUBLIC LICENSE. You can view more in LICENSE file.