Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 513 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 513 Bytes

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