https://github.com/smv1999/covid-19-live-updates
https://github.com/smv1999/covid-19-live-updates
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smv1999/covid-19-live-updates
- Owner: smv1999
- Created: 2020-03-27T16:48:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T17:27:29.000Z (over 5 years ago)
- Last Synced: 2025-03-23T12:42:47.471Z (9 months ago)
- Language: Python
- Size: 473 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID-19-Live-Updates
## 1.Introduction
The number of COVID-19 cases are increasing at a higher rate everyday worldwide. We need to be safe and stay at home. Many forwarded messages in social media provide false information about the virus and status of the cases worldwide. So, it is necessary to correct information regarding this. I have created a simple application in python that scraps data from the Ministry of Health and Family Welfare, India Official Website and display the data in the form of chart for visualization and the data is displayed in a tabular format.
## 2.Getting Started and Setup
* Clone or download this repository as ZIP format.
* Requirements: You can install the Python packages by using this command in the Command Prompt: `pip install -r requirements.txt`
* After that you are good to proceed to see a demo of the application.
* Run the project using `python main.py` and you can see the Data Visualization and the tabular format as the output.

