A Web Application to Generate a Strong Password and Verify your Password Strength The application is built using Django framework in PyCharm Community edition. The technologies involved in this application are HTML5, CSS3, JavaScript, Python 3.8, Django, Machine Learning and PyCharm Community Edition 2021.1.2
- Install PyCharm Community edition (Python IDE) from JetBrains, Python 3.8 and make sure python is recognized by the system otherwise add Path to system environment variables.
- Install Django either using "pip install django" in PyCharm terminal or add Django from Pycharm 'settings'
- After making sure Django is installed and Python 3.8 is configured in Pycharm, download the folder 'Password_Generation_and_Strength_Analyzer'
- Now go to File > Open and choose the dowloaded folder. This folder is recognized as Django Project
- Open PyCharm terminal and run the command "python manage.py runserver", your output will be something like "Starting development server at http://127.0.0.1:8000/"
- Click on the generated link and you will be directed to the website.
- Now you can either generate or verify your password using the application Note: Install dependencies when required

After successful web application run, you will see below pages appearing on screen

