Skip to content
You are here: Home >> Blog >> My Projects >> [Updated] [Python] COVID-19 Statistics

[Updated] [Python] COVID-19 Statistics

Back in July 2020 I shared a basic Python program that allowed you to view COVID-19 statistics for a country of your choosing.

Today, I decided to revisit that and made some minor changes as a result.

Introducing V2.0

Firstly, GitHub notified me that a dependency needed updating to resolve a security issue, that has now been resolved. I have also updated all other dependencies where possible.

Secondly, I made various QOL improvements, including handling of US and UK aliases, improved output readability and some minor code improvements.

Notably, there was GUI added to the original project (which appears to be fully rewritten) but I personally prefer the CLI version myself.

  • Check out the repository here – you can find a detailed changelog in the Releases section
  • Click here to download the latest version – please read the instructions in the readme file (7Z, universal)

Please be aware that v2.0 is the final release – no further updates will be made.