Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 999 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 999 Bytes

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