Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 887 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 887 Bytes

Track Coronavirus in Your Country by Displaying Notifications Using Python

Display Windows 10 notification with coronavirus data of your country.

Libraries

win10toast: Python library to display Windows 10 Toast Notifications.

bs4: Python library for pulling data out of HTML and XML files.

Requests: Is an elegant and simple HTTP library for Python.

Installation

pip install win10toast
pip install bs4
pip install requests

For more inforamtions about the script you can check this article.

Executable file:

Tunisia Version -> No console. After the first notification (when you open the app), the next one will be displayed only if a value has been changed.

Rest of the World Version -> With console. (same features)