This Python script provides the current weather and a 5-day forecast for any city using the SheCodes Weather API. It features styled terminal output through the rich library, and allows users to input a city name to retrieve weather data.
- Displays current weather and 5-day forecast.
- Uses
requestsfor API calls andrichfor styled output. - Prompts user to enter a city for weather updates.
- Python 3,
requests, andrichlibraries.
