/CoNotify

A python project where users receive details regarding Covid-19 cases through desktop notifications in real-time.

Primary LanguagePython

CoNotify

A python project where users receive details regarding Covid-19 cases through desktop notifications in real-time.

About

  1. Real-time Covid-19 case details gathered using covid19india API and other websites.
  2. Used Python libraries such as Beautifulsoup(bs4) with requests to extract the required data out of HTML and XML files, and Plyer for desktop notifications.

Getting Started

  1. You need to install following libraries first :

    1. plyer | refer to - this
    2. beautifulSoup4 | refer to - this
    3. requests | refer to - this
  2. Run the main file and you are good to go