How do I get the width and height of a Tkinter window?
I believe you could do root.geometry("300x300") where the 300s are random numbers I just chose. For more information, check out this tutorial http://usingpython.com/using-tkinter/
root.geometry("300x300")