![example](https://i.ibb.co/dG9Bm97/cases-26-07-2020.png) # 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 The following packages are required for this script to run: - Pandas - Numpy - Requests - Plotnine (ggplot) These should be installed using ``` pip3 ``` or another Python package manager.