label = ttk.Label(root, text='My Label')
label.pack(ipadx=10, ipady=15)
label.config(text='text changed')
By SlashReal | Coding_tuts | 24 Mar 2023
label = ttk.Label(root, text='My Label')
label.pack(ipadx=10, ipady=15)
label.config(text='text changed')
How do you rate this article?
0
Programming tutorials
Send a $0.01 microtip in crypto to the author, and earn yourself as you read!
% to author / 80% to me.Page not displaying correctly?