Get real-time weather information for any city using OpenWeatherMap API. Beautiful GUI with weather icons, temperature, humidity, and more!
- Real-time weather data
- Temperature in Celsius
- Humidity and pressure
- Wind speed
- "Feels like" temperature
- Weather icons/emojis
- Demo mode
- Language: Python
- Libraries:
tkinter,requests==2.31.0 - API: OpenWeatherMap API
- Complexity: Intermediate
pip install -r requirements.txt
python main.py- Go to https://openweathermap.org/api
- Sign up for free API key
- Replace
YOUR_API_KEY_HEREin main.py
Runs with mock data if API key not configured.
Open source for educational purposes.