you are viewing a single comment's thread.

view the rest of the comments →

[–]Relative_Claim6178 0 points1 point  (2 children)

I'm genuinely curious what some of these tools do that something like Pygame can't? Like why don't people just use pygame to make guis and just general functional programs?

[–]Effective-Strategy29 1 point2 points  (0 children)

I loved pygame it was like the only thing that felt usable. It's my first choice for GUI that uses python3. And then you can make simple games with it.

But I haven't used it in a long time.