An app to track impact of COVID-19 in India. Shows the most recent data, and notify with updates cases. Statistics including the statewise number of confirmed, recovered, and deaths cases.
-
Open your Terminal/cmd
-
git clone this project to your preferred directory.
-
cd covid19_tracker
-
python covid19_tracker.py
or Execute:
ExecuteCovid19_Tracker.cmd
- Requests (https://requests.readthedocs.io/)
- Beautifulsoup (https://beautiful-soup-4.readthedocs.io/)
- Plyer (https://plyer.readthedocs.io/)
Set up a virtual environment and install the dependencies:
pip install -r requirements.txt
This project is licensed under the terms of the GLP-3.0 license