Skip to content

Dynamic screen size and positioning #7

Description

@akshgpt7

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions