Skip to content
#

python-gui

Here are 169 public repositories matching this topic...

A Free to use, Beautiful, Feature Rich, Fully Customizable Flat Modern GUI Template Using Pyside2 designed in Qt Designer, supported for Windows/Linux/Mac OS, Incorporating widgets like Buttons, Progress Bar, Custom Tabs, and many more.

  • Updated Oct 4, 2020
  • Python

PyBox provides you with a compilation of many such Python games, serving as a platform to, simply put, have fun. Ranging from pen and paper games like Tic Tac Toe to watered down and modified versions of popular classic arcade games like Snake, Flappy bird and Pong, we have a game for everybody to play.

  • Updated Oct 5, 2021
  • HTML
akshgpt7
akshgpt7 commented Jan 4, 2020

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.

Improve this page

Add a description, image, and links to the python-gui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-gui topic, visit your repo's landing page and select "manage topics."

Learn more