A simple Python project that fetches current weather information by scraping the web and displays it as a desktop notification.
- 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)
- 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- Clone the repository: