Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 365 Bytes

File metadata and controls

15 lines (9 loc) · 365 Bytes

Smart weather Information:

This automation script will send weather information as a desktop notification whenever you opened your pc

requirements:

You need to install these three libraries to get started:

  1. Beautiful Soup
  2. ToastNotifier
  3. Requests

You can install these libraries using the command:

pip install requests BeautifulSoup4 win10toast