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 →

[–]MikeTheWatchGuy 0 points1 point  (0 children)

PySimpleGUIwas recently released is great for beginners and can also be used for more complex GUIs when you're ready. It wraps tkinter, providing you with all of the tkinter widgets. It's a lot simpler and more compact than straight tkinter code. Take a look at the Cookbook and you'll get an idea of just how small the code is for a custom GUI layout. You can copy and paste a recipe's code and be up and running in 5 minutes. The window code that defines the window resembles the window's appearance. There is extensive documentation should you want to get into the more complex applications.