The WeatherFetcher class provides a simple interface to fetch weather data for a specific city using the OpenWeatherMap API.
- Fetch current weather details for a given city.
- Fetch and display the current temperature in Celsius.
- Save weather data to a file.
- Save weather data to a QR code.
- Log useful information, warnings, and errors during API calls.
- Python 3.x
requestslibraryutilsmodule (for decryption, input validation, and saving data)
Ensure that you have the required dependencies:
pip install -r requirements.txt