/covid_tracker

covid_tracker

Primary LanguagePythonMIT LicenseMIT

covid tracker

covid19tracker.py is a simple tool help get the stats for COVID19. Data shown, ranges from global data overviews to country specific mobility data.

git clone https://github.com/brentclark/covid_tracker
pip3 install -r requirements.txt

Usage

$ python3 covid19tracker.py -c za
Country: South Africa (Last updated: 2020-05-19 10:33:25 (UTC))
┏━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┓
┃ CasesDeathsRecoveredActiveCritical ┃
┡━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━┩
│ 16,4332867,2988,849119      │
└────────┴────────┴───────────┴────────┴──────────┘
Todays Cases:
┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓
┃ Todays CasesTodays DeathsDeaths Per MillionTotal TestsTests Per OneMillion ┃
┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
│ 005475,0718,022                │
└──────────────┴───────────────┴────────────────────┴─────────────┴──────────────────────┘

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/brentclark/covid_tracker

License

MIT