This Python application fetches weather data from OpenWeatherMap API.
- Install Python 3.8+
- Install required packages:
requests - Get a free API key from https://openweathermap.org/api
- Add your API key to the script or as an environment variable
Run the script and enter a city name to get current weather data.
MIT