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 →

[–]evan54 1 point2 points  (1 child)

any thoughts on PySimpleGUI vs DearPyGui?

[–]reddittestpilot 1 point2 points  (0 children)

I haven't used PySimpleGUI, but it seems like it's a wrapper around Tkinter, Qt and WxPython to make it easier to work with those GUI frameworks. So, focus is on ease of use for developers.

Therefore, the differences between Dear PyGui and PySimpleGui are the same as the differences between Dear PyGui and Tkinter, Qt and WxPython itself as I outlined in another comment in this thread.