Skip to content

Global Covid-19 case statics on one of the public API is collected and visualized with Python

Notifications You must be signed in to change notification settings

aliozcanunal/Visualization-of-Covid-19-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualizing Covid-19 Data with Python Matplotlib

Global Covid-19 case statistics on one of the public APIs collected and visualized with Python's Matplotlib Library

It's recommended to create a virtual environment for Python.

$ python3 -m venv <VENV_NAME>
$ source <VENV_NAME>/bin/activate

Some python modules also needed

$ python3 -m pip install -r requirements.txt

All set up. We just need to run

$ python3 Turkey\ Covid-19.py

About

Global Covid-19 case statics on one of the public API is collected and visualized with Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages