Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

set window size tkinter

# Change window_name to the name of the window object, i.e. root
window_name.geometry("500x500")
# To ensure widgets resize:
widget_name.pack(fill="both", expand=True)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #set #window #size #tkinter
ADD COMMENT
Topic
Name
7+6 =