User Management System is developed using python. Talking about the project, it contains only an admin side from where the admin can maintain user records easily. In this project, the user has to perform all the main functions from the Admin side.
About User Management System In Python
In order to add user records, the admin has to provide various information such as his/her name, date of birth, and address. After this, the user can easily manage the user’s record and can check, remove records if he/she wants.
The project file contains the python scripts (main.py, functions.py, testing.py, user_class.py ). Also, the design of this project is pretty simple so that the user won’t find any difficulties while working on it. The User Management System in Python helps in easy management of user records.
How To Run User Management System In Python ?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
- Step1: Extract/Unzip the file
- Step2: Go inside the project folder, open cmd then type main.py and enter to start the system.
- OR
- Step2: Simply, double click the main.py file and you are ready to go.