A python script that allows you to see the number of infections in your country and plots the results on a graph.
You need import ssl too reason being that your app might not work if you doing, because your connection might not be secure and the csv file that we're reading from needs a secure connection.
The matplotlib allows us to plot graphs based on data that we recieve, so its really up to you which country you want to put in the code. Just go to line 36 and change the current country to whichever country you want.
If this project interested you in any way and you want to learn a bit more about this library just go to https://matplotlib.org/contents.html.