Skip to content

wojciechbednarz/Weather_Fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherFetcher Python Module

The WeatherFetcher class provides a simple interface to fetch weather data for a specific city using the OpenWeatherMap API.

Features

  • 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.

Requirements

  • Python 3.x
  • requests library
  • utils module (for decryption, input validation, and saving data)

Installation

Ensure that you have the required dependencies:

pip install -r requirements.txt

About

Application to fetch data from OpenWeather.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published