How to Make a Clock Using Tkinter Module | Python | Digital Clock | Yoo The Best |

Publié le: 01 juillet 2021
sur la chaîne: Yoo The Best
116
2

Welcome Guyz , In This Quick Video About How To Make A Digital Clock Using Python's Tkinter Module , The Code Editor That I am Using Is "Atom " Which is free one. Also Subscribe For More :)

***************** Source Code **********************
from tkinter import *
from tkinter.ttk import *
from time import strftime
window = Tk()
window.title("Clock")
def get_time():
string = strftime(" %H : %M : %S %p ")
label.config(text = string)
label.after(1000,get_time)
label = Label(font = ("Ds-Digital",30),background = "black",foreground = "#00ff00")
label.pack(anchor = "center")
get_time()
window.mainloop()



Atom Code Editor : https://atom.io

Music provided by NoCopyrightSounds
Track : Electro-Light - Symbolism [NCS Release]
Free Download / Stream: http://ncs.io/symbolism
Watch :    • Electro-Light - Symbolism | Trap | NCS - C...  



HashTags
#Python
#Tkinter
#Clock


Sur cette page du site, vous pouvez voir la vidéo en ligne How to Make a Clock Using Tkinter Module | Python | Digital Clock | Yoo The Best | durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Yoo The Best 01 juillet 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 116 fois et il a aimé 2 téléspectateurs. Bon visionnage!