A CLI app that fetches archived weather data and analyzes temperature, humidity, and precipitation trends over time
git clone https://github.com/Zachdehooge/Weather-Trend-Analyzer.git
python -m venv .venv
pip install -r requirements.txt
python main.py
Use Weather Plots for more fine-tuned data plotting across specific date ranges up to a month (31 days) between start and end dates

