Skip to content

A simple, lightweight script, written in Python, to check the current statistics of covid-19 in the desired country.

License

Notifications You must be signed in to change notification settings

samyak-jn/covid-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid-tracker

Want to have a quick look over the current statistics 📈 of covid-19 patients in your country 🌎?

covid-tracker is there for your help! A simple, lightweight script, written in Python, to check the current statistics of covid-19 in the desired country.
Saving you the time to look on www! 🌐

Setting up covid-tracker

Installing necessary packages:

(Tedious work, huh?) Don't worry script will install those packages for you. 😎

  • Install the beautifulsoup from the pypi archive:
    $ pip3 install beautifulsoup4

  • Install the requests from the pypi archive:
    $ pip3 install requests

Running the tracker:

  • Clone the repository:
    $ git clone https://github.com/samyak-jn/covid-tracker.git

  • Run the covid-tracker.py script:
    $ python3 covid-tracker.py

  • Enter the country name for which you want to see the stats 🗺️, and voila! 😇

Contributing

Have suggestions, or facing any issues?
Please feel free to open pull requests and bug reports (let's have a discussion)! 💝

License

covid-tracker is available as Free Software under the MIT license.
Copyright © 2021 Samyak Jain

About

A simple, lightweight script, written in Python, to check the current statistics of covid-19 in the desired country.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages