Skip to content

Latest commit

Β 

History

History
20 lines (13 loc) Β· 545 Bytes

File metadata and controls

20 lines (13 loc) Β· 545 Bytes

🌦️ Weather App (Python + OpenWeatherMap API)

A simple GUI-based weather app built with Python and Tkinter. It fetches real-time weather data using the OpenWeatherMap API and displays temperature, humidity, and weather description for any city.


πŸ’‘ Features

  • 🌍 Search weather by city name
  • 🌑️ Display temperature in Celsius
  • πŸ’§ Show humidity and weather description
  • πŸ–ΌοΈ GUI built with Tkinter
  • 🧠 Error handling for invalid cities or network issues

πŸš€ How to Run

python weather_app.py