/covid-tracker

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

Primary LanguagePythonMIT LicenseMIT

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