Simple Kivy desktop app that retrieves live weather data by city using the OpenWeather API.
- City-based weather lookup.
- Temperature, weather description, humidity, wind speed, and pressure display.
- Environment-driven API key configuration.
- Network timeout and API error handling.
python -m venv .venv
.venv\\Scripts\\activate
pip install -r requirements.txt
copy .env.example .envSet OPENWEATHER_API_KEY in .env or in your shell environment before running.
python weather_app.py