A real time COVID-19 information tracker and visualizer application using Python. This application will give every detailed daily information of COVID-19 cases by Country. User will be able to see the graphical trend of Active cases, Recovery and Death of COVID-19 Cases by Country entered.
- It will give every detailed daily informations of COVID-19 cases by Country
- User will be able to show the graphical trend of Active cases, Recovery and Death of COVID-19 Cases by Country
- user can anytime refresh the application to get latest information.
- user can visit the WHO official website from the application.
- Web Scrapping
- Data visualization
- API calls
- browser automation
- JSON parsing
- GUI.
- Python
- tkinter
- BeautifulSoup4
- matplotlib
- json
- requests
- pandas
- numpy
- textwrap
- selenium
-
run the command
pip install -r requirements.txt
-
Choose your webdriver as your browser preference in this case chromedriver
-
change the chromedriver path to where your chromedriver is located.
-
Run the python file by the command
python corona_tracker.py
-
This programn GUI is compatible on linux. You can run on windows also but have to fix some UI configuration in the source code.