Real-time weather app using the Open-Meteo API. No API key required — completely free.
pip install requests
python weather.py
- Current weather: temperature, humidity, wind speed, description
- 7-day forecast (min/max temperatures)
- Weather icons (☀️🌧️❄️⛅)
- Auto-refresh every 10 minutes
- Clickable map of Slovakia — click a city marker to load its weather
- Cities on the map: Bratislava, Košice, Banská Bystrica, Veľký Krtíš, Žilina, Prešov, Nitra, Trnava, Trenčín, Poprad
- Search any city by name
Python 3 • Tkinter • Open-Meteo API