This project is now archived. It was a lockdown project. The API used to fetch the data required is no longer operational and functionality to provide alternative local data was never added. Oh well, it was fun making this anyway. ---------- # COVIDTracker-2 An updated version of my first COVIDTracker python app. # Usage Simply run the script and check the **graphs** folder located in the directory that the script resides in. ``` python3 -u main.py ``` # Prerequisites Please see requirements.txt located in this repository. These should be installed using ``` pip3 ``` or another Python package manager.