Skip to content

Commit c546651

Browse files
Update README.md
1 parent cc7cf32 commit c546651

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# python-gui-maker
22

3-
### A GUI Builder with code generation capabilities for Python Tkinter. This software does a lot already, but can do a lot more. Thus, collaborations are highly 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 :)
44
### 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.
7+
68
#### An over seven-thousand-five-hundred (7500) lines of python code that does something AWESOME 😄. Find out 👇
79

810
##### This software system only supports the tk widgets in the Tkinter framework. The system could be improved by providing support for the ttk widgets
911

1012
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.
1113

12-
#### ----- POINTS (well yeah, points 😆) ----- #
14+
#### ----- POINTS TO NOTE (well yeah, points 😆) ----- #
1315
* This software supports only the python programming language.
1416
* It is cross-platform: can work on Windows, Linux and MAC-OS with native support (I guess).
1517
* However, I only provide an executable for Windows.

0 commit comments

Comments
 (0)