Skip to content

Weather Desktop Notification Using Python.ItGives Weather Update Everyday at Specific Time

Notifications You must be signed in to change notification settings

Sri-dathu/Weather_Desktop_Notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌦️ Weather Desktop Notification

A simple Python project that fetches current weather information by scraping the web and displays it as a desktop notification.


🧠 Features

  • Fetches real-time weather data using web scraping
  • Sends desktop notifications with weather updates
  • Lightweight and easy to use
  • Cross-platform (Windows, Linux, Mac – with minor changes)


πŸš€ Getting Started

πŸ”§ Requirements

  • Python 3.x
  • Libraries:

import requests from bs4 import BeautifulSoup import json from urllib.request import urlopen import schedule import time Install dependencies with:

pip install -r requirements.txt

πŸ“¦ Installation

  1. Clone the repository:

About

Weather Desktop Notification Using Python.ItGives Weather Update Everyday at Specific Time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages