To run this project, you will need to install Flask locally using the pip command. You can run this command from your command prompt window.
$ pip install flask
Then run the python script and go to the URL https://127.0.0.1:5000/ from a web browser.
$ python "application.py"