You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
`TkEasyGUI` is the easiest library for creating GUIs in Python.
8
8
9
+
<imgsrc="https://github.com/kujirahand/tkeasygui-python/raw/main/docs/image/icon256.png"width="256"alt="TkEasyGUI is the easiest library for creating GUIs in Python.">
10
+
9
11
This library allows you to easily create GUI applications with Python.
10
12
Since it is based on Tkinter, it runs consistently on Windows, macOS, and Linux.
11
13
With a variety of built-in dialogs and customizable forms, you can develop applications effortlessly.
@@ -23,6 +25,7 @@ With a variety of built-in dialogs and customizable forms, you can develop appli
23
25
Install package from [PyPI](https://pypi.org/project/TkEasyGUI/).
0 commit comments