COVID-19 Cases Tracker in Python | Python Project

preview_player
Показать описание
In this coding tutorial, we will develop the COVID-19 Tracker in Python. This Python application helps us to get data on the total number of active cases, the total number of deaths due to covid, and the total number of patients recovered to date.

Objectives:

The objective behind building this application is to get the records of the total number of covid patients all over the globe.

This application gives us the records of total active cases, total deaths, totally recovered, and present-day’s deaths which could be useful for the World Health Organization to get an idea about the total cases so that they can take further steps accordingly.

Through this data, health centers can arrange the medical staff and facilities according to the availability of resources so that each and every patient can get medical services with a proper flow.

Requirements:

1. Python with all the necessary libraries installed

2. Visual studio code

Timestamp:

00:12 - Project Overview
00:45 - Code Explanation
05:23 - Demonstration

Initially, we imported all the necessary libraries like Tkinter, requests, and datetime.

Through this API link.

The above API link consists of JSON data which we have fetched and converted into a string and then displayed through the canvas we have created through the Tkinter library.

By using requests, we requested the data by using the request module.

Hence we have successfully created the python application, which will give us the data about the covid patients, which will help us to get an idea about the active cases and will help the medical staff to get the resources for the covid positive patients.

#python #pythonprogramming #pythontutorial
Рекомендации по теме
visit shbcf.ru