- Clone git repo https://github.com/vbb08/Password-Generator
- Python 3.8 or newer version required: Verify Python version installed with command: python --version
- Run password.py file
- Open localhost (http://127.0.0.1:5000) in browser
- Click on the "CREATE" buttom to generate the random password
- 7 letters
- 3 capital letters
- 2 numbers
- 2 special signs
- Flask Python library to create the .py script;
- main.css file
- .html files in "templates" folder
"HTML&CSS design and build websites" by Jon Duckett is the source material for main.css and .html files templates https://github.com/VirajKanse/HTML-CSS-Design-and-Build-Websites-by-Jon-Duckett