A simple Python-based weather app that fetches real-time weather data using the OpenWeatherMap API.
- Get live weather data for any city.
- Displays temperature, condition, humidity, and wind speed.
- Uses
.envto secure your API key.
- Python
- OpenWeatherMap API
- dotenv (for secure API key storage)