{"id":28405042,"url":"https://github.com/l1ght14/covid-data-tracker-","last_synced_at":"2025-09-18T08:45:47.881Z","repository":{"id":295763909,"uuid":"947454281","full_name":"l1ght14/Covid-Data-Tracker-","owner":"l1ght14","description":"COVID-19 Data Tracker is a Python app that scrapes real-time COVID data from Worldometers, displays global and country-specific stats via a Tkinter GUI, and sends desktop notifications with updates.","archived":false,"fork":false,"pushed_at":"2025-05-27T08:06:57.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T18:54:45.628Z","etag":null,"topics":["beautifulsoup","covid-19","covidtracker","desktop-notifications","python","real-time-data","scraping","tkinter-gui","worldometer"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/l1ght14.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-12T17:58:19.000Z","updated_at":"2025-05-27T08:39:19.000Z","dependencies_parsed_at":"2025-05-29T16:19:58.846Z","dependency_job_id":null,"html_url":"https://github.com/l1ght14/Covid-Data-Tracker-","commit_stats":null,"previous_names":["l1ght14/covid-data-tracker-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/l1ght14/Covid-Data-Tracker-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l1ght14%2FCovid-Data-Tracker-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l1ght14%2FCovid-Data-Tracker-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l1ght14%2FCovid-Data-Tracker-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l1ght14%2FCovid-Data-Tracker-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/l1ght14","download_url":"https://codeload.github.com/l1ght14/Covid-Data-Tracker-/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l1ght14%2FCovid-Data-Tracker-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275738661,"owners_count":25519596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beautifulsoup","covid-19","covidtracker","desktop-notifications","python","real-time-data","scraping","tkinter-gui","worldometer"],"created_at":"2025-06-01T21:10:29.260Z","updated_at":"2025-09-18T08:45:47.868Z","avatar_url":"https://github.com/l1ght14.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COVID-19 Data Tracker Software\n\nCOVID-19 Data Tracker Software is a Python-based application that scrapes real-time COVID-19 statistics from Worldometers and displays both global and country-specific data using a Tkinter GUI. The app also sends desktop notifications with the latest COVID-19 reports.\n\n## Features\n\n- **Data Scraping:**  \n  Retrieves current COVID-19 data (total cases, deaths, recoveries) from [Worldometers](https://www.worldometers.info/coronavirus/).\n\n- **Global \u0026 Country Data:**  \n  Displays worldwide statistics and allows users to enter a country name to fetch specific COVID-19 data.\n\n- **Graphical User Interface (GUI):**  \n  Built with Tkinter, the interface features a banner, data labels, and input fields for an interactive experience.\n\n- **Desktop Notifications:**  \n  Uses Plyer to send notifications, alerting users with updated COVID-19 reports.\n\n- **Data Refresh:**  \n  Includes a refresh function to update and reload data on demand.\n\n## Installation\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone \u003crepository_url\u003e\n   cd \u003crepository_directory\u003e\n   ```\n\n2. **Install Dependencies:**\n\n   Install required packages via pip:\n\n   ```bash\n   pip install requests bs4 plyer\n   ```\n\n   *Note: Tkinter is included with Python on most systems.*\n\n3. **Asset Setup:**\n\n   Ensure that the asset files (such as the notification icon and banner image) are located at the paths specified in the code. Adjust the paths in the script if needed.\n\n## Usage\n\nRun the application from your command prompt or terminal:\n\n```bash\npython \"COVID 19 DATA TRACKER SOFTWARE.py\"\n```\n\nThe GUI will launch, displaying global COVID-19 statistics. To get country-specific data, enter the country name in the input field and click the **find info** button. The application will also display desktop notifications with COVID-19 updates.\n\n## Code Overview\n\n- **Web Scraping:**  \n  Uses `requests` to fetch HTML and `BeautifulSoup` to parse COVID-19 data.\n\n- **GUI:**  \n  Tkinter is used to create the user interface, displaying data and providing interactive buttons.\n\n- **Notifications:**  \n  The `plyer.notification` module sends desktop alerts about COVID-19 statistics.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit pull requests with improvements or bug fixes.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl1ght14%2Fcovid-data-tracker-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl1ght14%2Fcovid-data-tracker-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl1ght14%2Fcovid-data-tracker-/lists"}