Skip to content

coviTRACK is a lightweight COVID-19 tracking application developed in Python.

License

Notifications You must be signed in to change notification settings

s-nabeel/coviTRACK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

coviTRACK

coviTRACK is a lightweight COVID-19 tracking application.

Simply, enter the country in which you'd like to get statistics for, and then be greeted with easy-to-read information.

coviTRACK eliminates the need for digging around, scrolling and seeing pop-up ads with its simple, yet effective use-case.

Prerequisites

  • Homebrew

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  • python3

    brew install python
  • BeautifulSoup4

    pip3 install beautifulsoup4
  • requests

    pip3 install requests

Usage

  1. Enter the country in which you'd like COVID-19 stats for and press Return. That's how simple coviTRACK is!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

coviTRACK is a lightweight COVID-19 tracking application developed in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages