Hi, sorry I didn’t answer right away, I was too busy.
But the thing is, there’s no code that I know of that widgets, frames or/and label’s as a dimension in which it fits to the monitor. Because think with me, if you pass a IDLE pro parameter to adjust the main screen to the monitor is ok, but then you should set a size for the objects placed inside the screen that will print, as, widgets, frames and label’s. Then the best output at the moment would be to organize your objects with layout manager Pack or Grid, could be in Row and Column, if you do not set size or do not set the place where it should stand, will give error, but its output is here:
Assemble your code structure, put buttons, label, etc., but at the end you pack everything and centralize. So when another user or yourself will open the program on another computer with another monitor resolution, always the buttons, widgets and label’s will be in the center.
Well I hope I’ve really helped, and I’m sorry again for not responding so soon.
Tkinter is not very powerful but you will have to use the layout pack manager, search on the pack you will understand better.
– Samuel Haidu
Patrick Machado, good morning! I bought some Kivy courses and, from what I’ve seen, it’s possible to adjust the widgets by resizing them by percentage. In Tkinter I have the same doubt as you.
– Wilson Junior