Flask weather app Create account with OpenWeatherMap for weather access API key ---- https://openweathermap.org/ Requirements pip3 install -r requirements.txt create config.ini file in working directory and add your api key [openweathermap] api = "api key" Sample output images