This program has been written in Python3 and a batch file is included for hassle free execution on Windows PCs.
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
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 of the program can be downloaded from here.
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.
This repository uses the MIT License.
This repository is maintained by deeptadeeproy.