Create button with tkinter | python | tkinter

Publicado el: 17 julio 2023
en el canal de: THE INDIAN CODER
182
2

source code:-

import tkinter as tk
self=tk.Tk()

button=tk.Button(self,text='Stop',width=15,height=5,font=('freesansbold',60,'bold'),bg='red',fg='yellow',bd=25,command=self.destroy)


button.pack()
self.mainloop()


En esta página del sitio puede ver el video en línea Create button with tkinter | python | tkinter de Duración hora minuto segunda en buena calidad , que subió el usuario THE INDIAN CODER 17 julio 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 182 veces y le gustó 2 a los espectadores. Disfruta viendo!