Skip to content

Commit 4d9fa71

Browse files
authored
Update README.md
1 parent 5a0390f commit 4d9fa71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# JudgePixels
22
A tool that makes GUI development in Python (Tkinter) easier.
3+
4+
<img src='Screenshots/Image 1.PNG' alt='missing screenshot 1' />
5+
The tool creates window based on given window coordinates, and grid size (in pixels).
6+
<img src='Screenshots/Image2.PNG' alt='missing screenshot 2' />
7+
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.

0 commit comments

Comments
 (0)