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

Published: 01 July 2021
on channel: 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


On this page of the site you can watch the video online How to Make a Clock Using Tkinter Module | Python | Digital Clock | Yoo The Best | with a duration of hours minute second in good quality, which was uploaded by the user Yoo The Best 01 July 2021, share the link with friends and acquaintances, this video has already been watched 116 times on youtube and it was liked by 2 viewers. Enjoy your viewing!