This Python project allows you to visualize the temperature and weather data of a city over a period of 7 or 30 days. The project plots different weather parameters using Matplotlib with a dark-themed background, making it easy to analyze trends visually.
The following data can be plotted:
- Maximum, Minimum, and Average Temperature
- Humidity Percentage
- Wind Speed
- Precipitation
- Weather Forecast
Key concepts demonstrated:
- Line plots with markers and colors
- Grid lines and axes labeling
- Legends and plot titles
- Data formatting and visualization
- Plot temperature trends (max, min, average) over time.
- Plot humidity, wind speed, precipitation, and weather descriptions.
- Dark-themed plots for better readability.
- Easy-to-read date formatting.
- Modular functions for each type of plot.
- Clone the repository:
git clone https://github.com/akash-kumarrr/Weather-Analysis-Tool/blob/main/README.md