COVID-19 INDIA - Using Python
- As we know the whole world is being affected by COVID-19 pandemic and almost everyone is working from home. We all should utilize this duration at best, to improve our technical skills or writing some good Python scripts.
- This Python script fetches the live data from Ministry of Health Affairs Official Website. Then data is represented in the horizontal bar graph.
- Datasets Updates :- https://www.mohfw.gov.in/
To run this script follow the below installation:
- pip install beautifulsoup4
- pip install tabulate
- pip install matplotlib
- pip install numpy