Skip to content

rajatrj20/CovidIndiaGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CovidIndiaGraph

This is a simple python script to generate Covid19 Graphs for cases in India. This script uses data from Covid19India.org provided API

Getting Started

To view and Analyze graph you can visit Google Colab and view generated output there.

 Please select "View Output Fullscreen" option and then double click on Graphs for better view

To run this script on local, follow these steps-

* Please ensure that you are running Python
* You will need MatPlotLib library to run this application, run below command to install it
* python -m pip install matplotlib
* Run application by executing below command-
* python application.py

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details