0
Q:

Button size tkinter

 pythonCopytk.Button(root, 
          text = "", 
          height = 20, 
          width = 20)
4
button = tkinter.Button()
button.config(height=100, 
			  width=100)
1

New to Communities?

Join the community