This file should be names flask_app.py it is a flask app configured to run on a pythonanywhere.com server
This file is pretty simple it takes the input from the user on the html file and generates a password that allows the user to choose how many special characters, digits, uppercase, and lowercase letters they want and then proceeds to email and save the password to the database for the user.
Going to add a forgot password option next
Environment- Python 2.7 Latest versions of flask on Pythonanywhere.com that their server allows