/Covid19-Notification-and-Dashboard

The “COVID-19 Statistics Notification and Dashboard System” is a GUI- based Python-coded system, which uses some basic concepts of web- scraping. The code focuses on extracting the state-wise Covid-19 Data from an existing website (http://bioinfo.usu.edu/covidTracker/india.php) and displaying it in a presentable format through tkinter windows. The state-wise extracted data is displayed in the tkinter window through treeview, while four distinct buttons have been created to enable the user to see the bar graphs for each of the statistics (the total confirmed cases, recovered cases, active cases and deaths), state-wise. The system also gets the real time location of the user (from the website: https://ipinfo.io/) and notifies her/him with the statistics of her/his state as per the location fetched.

Primary LanguagePython

No issues in this repository yet.