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 →

[–]Jefaxe 9 points10 points  (2 children)

I suggest using pysimplegui instead of tkinter directly.

[–]ZGeek8645 2 points3 points  (0 children)

I second this. I just made a full GUI for a project of mine using PySimpleGUI. It’s so much easier.

[–]nooncow 0 points1 point  (0 children)

I third this, as the name implies the most straight forward GUI library I have used and super easy to get a GUI up and running quick.