Password Generator
A web page used to generate automatic and secure passwords,only select the requirements of yours for generating the password.
Requirements -
- Length
- Uppercase
- Numbers
- Special characters
Steps to run the project-
-Download the the code.
-Open command prompt and change directory to the folder where all this code is downloaded dir using cd command.
-Type the command python manage.py runserver folder_name
-Open any browser and type localhost:8000 in the search bar.

