Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 698 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 698 Bytes

Weather App

This weather application, built using Python, leverages the OpenWeather API to fetch and display current weather data for any specified city. It utilizes various libraries, including Tkinter for the graphical user interface, PIL for image handling, and geopy for geolocation.

Dependencies:

  • Python 3.x
  • Libraries: tkinter, geopy, timezonefinder, requests, pytz, PIL (Pillow)
  • OpenWeather API key

Result

weather-app

Reference