Skip to content

Sivakumar001/covid19-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID TRACKER

A simple coronavirus tracker in python using requests and beautifulsoup with an graphical user interface.


This app is used to display the total count of people who got affected by the covid 19 virus. this count is obtained using web scraping from a website Worldmeter and this data is displayed as per the countries present in the world.

Program setup:

  • python version 3.6 or greater
  • requests library - to fetch html files
  • beautifulsoup library - to extract specific data from html file

Download and extract this project then run this command in terminal

pip install -r requirments.txt

then run the python file

python covidtrackerapp.py

Future Updates to be Created:

  1. An graph to visualize the mathematical data
  2. Results based on user's location
  3. Search optimization

This app is still in devolepment collaborators are always welcome.. :)

About

A simple covid19 case tracker app using web Scraping

Resources

License

Stars

Watchers

Forks

Languages