Mar-26-2021, 09:10 PM
Hi! I saw you wanted to resize the tkinter gui window to full screen so I came here to help.
It's very simple, it only takes one line!
First you need to see how wide and tall your computer is. Ex: 1000x900
Then you put it into a function, here is the code.
Let's use the example I just said(1000x900)
The code would be: win.geometry("1000x900")
Hope this helps! If you need more understanding on tkinter or you would like more help on anything, contact me! Have a good day
It's very simple, it only takes one line!
First you need to see how wide and tall your computer is. Ex: 1000x900
Then you put it into a function, here is the code.
Let's use the example I just said(1000x900)
The code would be: win.geometry("1000x900")
Hope this helps! If you need more understanding on tkinter or you would like more help on anything, contact me! Have a good day
