The app functions by sending an API request to openweathermap. In order to use it you need to put in your own API-Key which you can retrieve from openweathermap.org.
It uses a GUI that was programmed in tKinter and it provides basic information such as high temperature, low temperature, current temperature and also whether it is windy, sunny, etc.
fjoniyz/weather-app
Simple weather app built in Python that works by sending an API Request to openweathermap
Python