Corona Virus (covid-19) updater project in python | using api in tkinter

Subscribers:
182
Published on ● Video Link: https://www.youtube.com/watch?v=tExCO8jjrm0



Category:
Vlog
Duration: 6:53
47 views
0


Corona Virus (covid-19) updater project in python | using api in tkinter

Note : Recplace (greater than) and (less than) with their sign/symbol ( Because Youtube donot allow angle brackets in description ) OR You can get this code on github by using github link

Code github Link : https://github.com/ubaidahmadceh/python_tkinter_GUI_projects/blob/main/Covid_Updater.py

code :

import requests
from tkinter import *
import tkinter.messagebox
import json

root=Tk()

def update():
r = requests.get('https://coronavirus-19-api.herokuapp.com/all')
data = r.json()
text = f'Confirmed Cases : {data["cases"]} \nDeaths : {data["deaths"]} \nRecovered : {data["recovered"]}'

x = 0
while x (less than) 1:
tkinter.messagebox.showinfo('Covid-19 updater', text)
x += 1

update()

root.mainloop()









covid project in python,covid 19 data analysis project using python,covid 19 data analysis python,python covid 19 project,covid 19 data analysis project,covid 19 data analytics project,covid project,covid-19 data analysis,covid 19 data analysis and visualization project,web scraping using python,covid 19 data analysis,coronavirsu web scraper,web scraper python,web scraping python,python project ideas,covid 19 dashboard,corona virus




Other Videos By UBprogrammer - Hindi


2020-12-17Basic HTML and HTML5 Create an Ordered List
2020-12-17Basic HTML and HTML5 Nest an Anchor Element within a Paragraph
2020-12-176. How to print in Tkinter | Label in Tkinter
2020-12-177. How to Get input In Tkinter and display it on screen | Entry in Tkinter
2020-12-17Dice Rolling Simulation Gui Project in Tkinter Python
2020-12-165. How to make button in tkinter and connect it to a function || python gui
2020-12-164. How to make dialogue box or popup in tkinter python gui
2020-12-163. How to set title in tkinter python gui
2020-12-162. How to set geometry or size in tkinter |
2020-12-161. first gui in tkinter python |
2020-12-16Corona Virus (covid-19) updater project in python | using api in tkinter
2020-12-15How to uninstall or remove pakage of libraries from python
2020-12-15How to install pip package or libraries in python
2020-12-15email sender project in python
2020-12-15How to make text based adventure game in python gui with tkinter
2020-12-15secret auction project in python
2020-12-10Number Guessing Game Python gui in Hindi with While loop | Python Computer Guess My Number | 2021
2020-12-10Github gui Tutorial |Github Desktop Clone Repository |Commit and Push Repo To Remote in vscode |Urdu
2020-12-10Number Guessing Game Python | Python Random Number Guessing Game with source code | Hindi/Urdu 2020
2020-12-10Install django on Windows10 | How to Install django in Visual Studio code |How to run django project
2020-12-09Python Installation in windows10 in Hindi | Python Path Setup Windows10 | Setup Python in VS code



Tags:
covid project in python
covid 19 data analysis project using python
covid 19 data analysis python
python covid 19 project
covid 19 data analysis project
covid 19 data analytics project
covid project
covid-19 data analysis
covid 19 data analysis and visualization project
web scraping using python
covid 19 data analysis
coronavirsu web scraper
web scraper python
web scraping python
python project ideas
covid 19 dashboard
corona virus