Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 545 Bytes

File metadata and controls

8 lines (6 loc) · 545 Bytes

PythonWeatherApplication

An application that uses the https://openweathermap.org/api API to grab the current weather in a certain city.

Description

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.

Running the program

To run the program, simply execute the weather_app.exe file and your set to go!