Définir la taille de Button Tkinter
button = tkinter.Button()
button.config(height=100,
width=100)
The Rambling Lank
button = tkinter.Button()
button.config(height=100,
width=100)