An open API service indexing awesome lists of open source software.

https://github.com/harshpatel44/judgepixels

A tool that makes GUI development in Python (Tkinter) easier.
https://github.com/harshpatel44/judgepixels

developement-utility python3 tkinter tkinter-gui

Last synced: 2 months ago
JSON representation

A tool that makes GUI development in Python (Tkinter) easier.

Awesome Lists containing this project

README

        

# JudgePixels
A tool that makes GUI development in Python (Tkinter) easier.

missing screenshot 1
The tool creates window based on given window coordinates, and grid size (in pixels).
missing screenshot 2
In the botoom, It shows position of the mouse cursor when it hovers over the window. This makes it easier to determine the pixel and location of the widget while placing in the window. This tool proves to be very useful when using place geometry manager in Tkinter.