COVID-19 Tracker for India
A simple, fast program to get various kinds of information about the status of COVID-19 in India.
This program has been written in Python3 and a batch file is included for hassle free execution on Windows PCs.
Libraries
The following python standard libraries has been used:
os : https://docs.python.org/3/library/os.html
urllib.request : https://docs.python.org/3/library/urllib.request.html#module-urllib.request
urllib.error : https://docs.python.org/3/library/urllib.error.html#module-urllib.error
json : https://docs.python.org/3/library/json.html
webbrowser : https://docs.python.org/3/library/webbrowser.html
Use of public APIs
The following APIs have been used in this piece of software:
India Postal PIN code API : http://www.postalpincode.in/Api-Details
India Statewise Statistics API : https://api.rootnet.in/covid19-in/unofficial/covid19india.org/statewise
World Satistics API : https://covidapi.info/api/v1/global
This project would not have been possible without covid19india.org.
Screenshots
Screenshots of the program can be downloaded from here.
Pull Requests
Please include commit messages and write the first line of your commit message in the following style:
Platform name : Changes made
Please try to follow the The seven rules of a great Git commit message like to capitalize the subject line.
If there are more details to add, put those into the body of the commit message.
If you're new to Git, take a look at this short guide.
License
This repository uses the MIT License.
Maintenance
This repository is maintained by deeptadeeproy.