This is a simple python script which tracks the stats of Covid 19 Outbreak in India and Displays a Notification in every 1 Hour.
- Make sure you have Python (Version 3.7 or higher) installed in your system.
- Open the folder in CMD and type
pip install -r requirements.txt
for installing all the required packages. - Now edit the main.py file using your favorite code editor(Example: Sublime text editor, VSCode, Vim).
- Enter Your State Name in Line no 30. (Don't enter more than 5 States). (Example: states = ['Delhi', 'West Bengal', 'Maharashtra',])
- Now save the file, close the editor and run main.py.