This is a simple weather application that uses the OpenWeatherMap API to display current weather information for any city.
- User inputs a city
- Fetches real-time weather data (description, temperature)
- Environment variable for API security (.env support)
- Python
- requests
- dotenv
- Clone the repo
- Create a
.envfile with your API key - Run
weather_app.py