/Covid_Cases_Notifier

With these projects, you can know the Covid-19 cases with Deaths, Recovery Rates, and Active Cases of any country and Worldwide.

Primary LanguagePythonMIT LicenseMIT

Iamtripathisatyam


COVID-19 CASES NOTIFIER Using PYTHON


PreRequisite:

        ~ pip install requests
        ~ pip install plyer

Module Needed:

          from plyer import notification
          import requests
          import json
          import datetime          

Use of plyer Module:

       1. Used as a Desktop Notifier. 
       2. It produces a Notification Message in form of a POP-UP Message on Desktop.

Use of datetime Module:

       1. This Module supplies classes to work with date and time.
       2. These classes provide a number of functions to deal with dates, times and time intervals.

Use of json Module:

       1. Used to work with JSON Data. 
       2. If you have a JSON string, you can parse it by using the json.loads() method.

Use of requests Module:

       1. Use to send all kinds of HTTP requests. 
       2. The HTTP request returns a Response Object with all the response data (content, encoding, status, etc).


Iamtripathisatyam Iamtripathisatyam