This project is a password generator site that helps you to generate a password and stores a hash of the password. The password can be viewed by the user if he or she wants to remember the password by logging into his or her account. It also can generate a password for site specified. Password cannot be created for a particular site twice.
It help the user to store password safely, It also help user to recall password, It help users to generate strong password, For each password ,the place it will be used must be specified which is the site .
Install all packages by running this code pip install -r requirments.txt
, cd password_generator
, then python manage.py runserver
.