Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Weather Application

Description

Get real-time weather information for any city using OpenWeatherMap API. Beautiful GUI with weather icons, temperature, humidity, and more!

Features

  • Real-time weather data
  • Temperature in Celsius
  • Humidity and pressure
  • Wind speed
  • "Feels like" temperature
  • Weather icons/emojis
  • Demo mode

Stack

  • Language: Python
  • Libraries: tkinter, requests==2.31.0
  • API: OpenWeatherMap API
  • Complexity: Intermediate

Installation

pip install -r requirements.txt
python main.py

API Key Setup

  1. Go to https://openweathermap.org/api
  2. Sign up for free API key
  3. Replace YOUR_API_KEY_HERE in main.py

Demo Mode

Runs with mock data if API key not configured.

License

Open source for educational purposes.