Create Your Own Digital Clock in Python #python #digitalclock #shorts
Create your own digital clock in python Full code …………………………………….. from tkinter import * from time import strftime root = Tk() root.geometry("500x500") root.resizable(0,0) root.title('Python Clock') root.config(background='red') Label(root, background='red', text = 'YOUTUBE - The Coding Bus', font ='arial 20 bold').pack(side=TOP) def time(): string = strftime('%H:%M:%S %p') mark.config(text = string) mark.after(1000, time) mark = Label(root, font = ('calibri', 40, 'bold'), pady=150, foreground = 'white', background ='red' ) mark.pack(anchor = 'center') time() mainloop() …………………………………….. #python #digitalclock #thecodingbus
via YouTube https://www.youtube.com/watch?v=TULWcro1ykc
The Coding Bus is an educational youtube channel for learning the Free programming languages online. Content includes tutorials and references relating to HTML, CSS, JavaScript, JSON, PHP, Python, AngularJS, React.js, SQL, Bootstrap, Sass, Node.js, jQuery, XQuery, AJAX, XML, Raspberry Pi, C++, and Java
Subscribe to:
Post Comments (Atom)
😍Developer on Weekends #shorts #officememes #developermemes
😍Developer on Weekends #shorts #officememes #developermemes Welcome to the latest viral YouTube shorts meme for developers! 😍Developer on...
No comments:
Post a Comment