Skip to content

Kane1944/weather_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

weather_app

This is a simple weather app using Python and Tkinter for GUI.

The app allows the user to enter a city name to retrieve most current information.

Information retrieved includes:

Temperature in Celsius

Humidity

Wind Speed

IMPORTS

'requests' to make HTTP requests to the OpenWeatherMap API

'tkinter' for GUI

'messagebox' for pop up box

'get_weather()' function

retrieves city name from input

contructcs the API request URL

Sends request and gets JSON response

updates weather info in GUI

The data is retreived from OpenWeatherMap API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages