- Flask
 
- pip install Flask
 
- Google Spreadsheets
 
- pip install gspread oauth2client
 
- Download repository.
 - Open app.py in VS code.
 - Use ctrl+shift+P to select python interpreter.
 - Run app.py
 - When server is initialized, copy link and paste in your web browser
 
- All .html files are to be kept in templates folder
 - All associated static files like .css, .js and images are to be kept in static folder.
 - Paths are to be mentioned like this:
 
<link rel="stylesheet" href="{{url_for('static',filename='index.css')}}">