The Python Weather Notifier is a simple application that provides weather updates to users. It fetches weather data from an API and notifies the user periodically about the current weather conditions in given location.
To use the Weather Notifier, follow these steps:
-
Clone the repository:
git clone https://github.com/neuqs90/python-weather-notifier.git
-
Navigate to the project directory:
cd python-weather-notifier
-
Install the required dependencies using pip:
pip install -r requirements.txt
-
Obtain API keys:
https://www.weatherapi.com/
-
Run the application:
python main.py
For Background Run :
pythonw main.py
Contributions are welcome! If you have any ideas, bug fixes, or improvements, feel free to open an issue or submit a pull request.