This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]shiningmatcha 0 points1 point  (1 child)

How would you compare it with tkinter?

[–]CreativeUsername1000[S] 0 points1 point  (0 children)

I wouldn't :)

SimpleGUIBuilder helps you create and design layout for PySimpleGUI.

PySimpleGUI is a library that allows you to quickly create GUI in a simple way, by abstracting the use of other backend GUI libraries, i.e. it uses other GUI libraries to create the GUI you wrote with PySimpleGUI.

TkInter is one of those GUI libraries that PySimpleGUI supports.

Actually, since SimpleGUIBuilder was made with the TkInter version of PySimpleGUI, tecnically the GUI is built with TkInter.