A clean and lightweight Python application that fetches real-time weather data for a chosen city using the WeatherAPI service.
The app prints a formatted weather report to your terminal and saves the data into a CSV file for later analysis.
- π€οΈ Fetches the latest weather conditions
- π Saves results into
weather.csv - βοΈ Uses
.envfor secrets - π§Ό Minimal dependencies
- π Runs anywhere with Python
Install dependencies:
pip install -r requirements.txt