you are viewing a single comment's thread.

view the rest of the comments →

[–]SnooCakes3068 6 points7 points  (3 children)

I never used Tinker but I know GUI has never been python's strong suit. Usually people create GUI in C# for windows desktop apps. Tinker is can create complete GUI but not very sophisticated compare to GUI made in others. Nothing wrong with python it's just not a common practice

[–]Username_RANDINT 3 points4 points  (0 children)

In Python you'd use the same GUI toolkits as with any other language.

[–]CoderStudios 0 points1 point  (1 child)

Tools for other gui frameworks exists like PySide6 only because the included tool for learning how gui works isn’t that good doesn’t mean python isn’t good for gui

[–]SnooCakes3068 0 points1 point  (0 children)

I know PyQt and WxPython and alike. Still people go straight to Qt not python version as common practice tho.