How to make a digital clock using python | python project | learn python | tkinter

Veröffentlicht am: 16 Mai 2021
auf dem Kanal: Mastermind Coder
449
21

Hello everyone,In this project we will tell you that how to make digital clock in python
we are going to use tkinter for making digital clock
tkinter is best framework for developing GUI in python .

Here code
from tkinter import *
from tkinter.ttk import *
from time import strftime

root = Tk()
root.title("My digital clock")
clocklablel = Label(root,font= ("Arial", 100),foreground = "blue")
clocklablel.pack(anchor = 'center')

def time():
timestring = strftime('%H:%M:%S %p')
clocklablel.config(text = timestring)
clocklablel.after(1000,time)

time()
mainloop()


How to make a digital clock using python | python project | learn python | tkinter

So keep learning with us.
also check our video on Save your love life using python||Automate WhatsApp message || Learn Python :    • Save your love life using python||Automate...  

Automate youtube using python || Learn python :   • Automate youtube using python || Learn python  

How to get information of any topic using python || Learn python:    • How to get information of any topic using ...  

Work from home hack using python || Learn python:   • Work from home hack using python || Learn ...  

Python text to speech|| change text into any language || Learn python   • Python text to speech|| change text into a...  

Make a world record in DINO GAME using python|| Learn python|| DINO game cheats:    • Make a world record in DINO GAME using pyt...  
5 cool tricks in python || Learn python|| Simple and effective use of python:   • 5 cool tricks in python || Learn python|| ...  
How to create Telegram bot using python | Learn python(Fast & simple steps):   • How to create Telegram bot using python | ...  

How to automate any messenger app using python| whatsapp messenger,facebook messenger| Learn python :   • How to automate any messenger app using py...  
tags
#learnpython #pythonproject
#learnbasic #python for game
#python3#digitalclockusingpython


Auf dieser Seite können Sie das Online-Video How to make a digital clock using python | python project | learn python | tkinter mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Mastermind Coder 16 Mai 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 449 Mal angesehen und es wurde von 21 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!