A simple desktop Weather App built with Python and Tkinter. It shows real-time weather data (temperature, humidity, and conditions) using the OpenWeatherMap API.
- Install requirements:pip install requests customtkinter
- Add your OpenWeatherMap API key in
weather_app.py. - Run the app.
Python, Tkinter, CustomTkinter, Requests, REST API