A simple weather application built with Python's Tkinter library that fetches and displays current weather information for a specified city using the OpenWeatherMap API. The app also shows a static map of the city's location using the StaticMap library.
- Fetches current weather data including temperature, humidity, and weather conditions.
- Displays a static map of the city using the StaticMap library.
- User-friendly GUI built with Tkinter.
- Clone the repository
- Install the required packages:
pip install -r requirements.txt - Replace
OPENWEATHER_API_KEYinweather_app.pywith your actual OpenWeatherMap API key. - Run the application:
python weather_app.py