A Python project that fetches weather data using the OpenWeatherMap API, processes temperature, humidity, and wind information, and saves the data into a CSV file.
The script generates a temperature graph using Matplotlib, making it useful for data visualization and analysis.
Includes clean code, error handling, and API integration