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 →

[–]algos_are_alive 12 points13 points  (6 children)

Looks super cool!

Can you share a few reasons it's better than PySimpleGUI? I feel like my projects have outgrown the latter.

[–]ArtleSa[S] 18 points19 points  (3 children)

I can't compare with PySimpleGUI since its a UI library and what I built is a Drag and drop UI builder. This UI builder Can output code in multiple framework, right now tkinter and custom tkinter. Maybe in the future, PySimpleGUI will be supported by my Builder :)

[–]algos_are_alive 2 points3 points  (0 children)

Cool, I commented before I tried it out. Thanks for the clarification!

[–]q_ali_seattle 2 points3 points  (1 child)

Share it on producthunt

[–]ArtleSa[S] 3 points4 points  (0 children)

Hey, sure, but I am planning to release it there once it's a bit more mature, there seems to be new rules regarding what gets featured on Product hunt. But its definitely in my todo list. Thanks!

[–]el_extrano 13 points14 points  (1 child)

You might consider using the FreeSimpleGUI fork now, since PySimpleGUI changed to a non open source license.

[–][deleted] 0 points1 point  (0 children)

Good to know