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