what is your project about?
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 Pythonic scripts.Let’s see a simple Python script to demonstrate the state-wise corona virus cases in India. This Python script fetches the live data from Ministry of Health Affairs Official Website.
Why did you decide to make it
most of them are made covid live report using nodemcu .I think why we not use raspberry pi .so i decide to make it with pi.
How does it work?
IMPORTANT : you must installed operating system on your raspberry pi
You install something library to do this . To install this go to cmd and run as administrator .and type this on it
pip install bs4
pip install tabulate
pip install matplotlib
pip install numpy
install other libraries like this
After installing this all library run the code.... you will get the live report
Comments
Please log in or sign up to comment.