An interactive weather forecast web application built with Streamlit and Plotly, powered by real-time data from the OpenWeatherMap API.
- π Search weather by city name
- π Select forecast range from 1 to 5 days
- π‘ View either:
- Temperature trends (line chart)
- Sky condition forecasts (Clear, Clouds, Rain, etc.)
- π Interactive graphs using Plotly
- π§ Simple backend logic, ideal for learning API handling and visualization
- Python
- Streamlit
- Plotly
- OpenWeatherMap API
- Requests