Skip to content

ahmedazizkhelifi/coronavirusTrackYourCountry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)