Python Flask Template Made By Latif Yilmaz
First, download Flask in your cmd via pip. You can chect it out from here. https://pypi.org/project/Flask/
After download Flask package, simply go terminal in flask-template folder. And type 'flask run'
It will open a new port like http://127.0.0.1:5000/ And you can start your project. Good Luck!