Skip to content

Commit a014ca0

Browse files
Update README.md
1 parent 0e1e6ac commit a014ca0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# python-gui-maker
22

3-
### A GUI Builder with code generation capabilities for Python Tkinter. It allows you to create your widgets (drag, drop and resize) right on the GUI window. Nothing like canvas usage. Experience the real deal. This software does a lot already, but can do a lot more. Thus, collaborations are highly welcome :)
4-
### PS: I am still looking for a suitable name for this project. Suggestions are most welcome.
3+
##### A GUI Builder with code generation capabilities for Python Tkinter. It allows you to create your widgets (drag, drop and resize) right on the GUI window. Nothing like canvas usage. Experience the real deal. This software does a lot already, but can do a lot more. Thus, collaborations are highly welcome :)
4+
##### PS: I am still looking for a suitable name for this project. Suggestions are most welcome.
55

6-
### In addition, IMO, with collaborations, forks, etc on this project, I believe WE can come up with something more sophisticated than Glade, Pygubu, PyDraw, etc.
6+
##### In addition, IMO, with collaborations, forks, etc on this project, I believe WE can come up with something more sophisticated than Glade, Pygubu, PyDraw, etc.
77

8-
#### An over seven-thousand-five-hundred (7500) lines of python code that does something AWESOME 😄. Find out 👇
8+
##### An over seven-thousand-five-hundred (7500) lines of python code that does something AWESOME 😄. Find out 👇
99

10-
##### This software system only supports the tk widgets in the Tkinter framework. The system could be improved by providing support for the ttk widgets
10+
###### This software system only supports the tk widgets in the Tkinter framework. The system could be improved by providing support for the ttk widgets
1111

1212
This software allows you build GUIs for your python application faster. It takes off the enormous time spent deliberating on what color to use, where to place your widget, what styling to use, etc. With this software, you are able to care less of the visual feedback you give users of your application.
1313

0 commit comments

Comments
 (0)