The current screen size and positioning (and sizing) of all widgets is static. Make them dynamic so as to adapt to various screen sizes and prevent overlapping.
- Use
pyautogui to get the user's screen size, and dynamically position elements.
- Set the size of all elements using the appropriate ratio.
- Can use tkinter grid for layout.
The current screen size and positioning (and sizing) of all widgets is static. Make them dynamic so as to adapt to various screen sizes and prevent overlapping.
pyautoguito get the user's screen size, and dynamically position elements.