Skip to content

A Python Script Which Gives Weather Notifications Every 2 Hour

Notifications You must be signed in to change notification settings

neuqs90/python-weather-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Weather Notifier 🌦⛈

Overview

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.

Installation

To use the Weather Notifier, follow these steps:

  1. Clone the repository:

    git clone https://github.com/neuqs90/python-weather-notifier.git
  2. Navigate to the project directory:

    cd python-weather-notifier
  3. Install the required dependencies using pip:

    pip install -r requirements.txt
  4. Obtain API keys:

    https://www.weatherapi.com/
  5. Run the application:

    python main.py

    For Background Run :

    pythonw main.py

Collaboration

Contributions are welcome! If you have any ideas, bug fixes, or improvements, feel free to open an issue or submit a pull request.

About

A Python Script Which Gives Weather Notifications Every 2 Hour

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages