An application that uses the https://openweathermap.org/api API to grab the current weather in a certain city.
This weather application grabs information from an API. This was made in the Python GUI library Tkinter and using the Requests module to get the JSON file from the web. Note that if you are going to make your own, you need to have an API Key which you could get from the website.
To run the program, simply execute the weather_app.exe
file and your set to go!