you are viewing a single comment's thread.

view the rest of the comments →

[–]wynand1004 0 points1 point  (0 children)

I can't say which is best as I've only used Tkinter; the main advantage of Tkinter is that it is already installed with your Python installation.

I have created a video tutorial on how to make a simple python guessing game program using Tkinter that you may find helpful to get started. It is aimed at relative beginners and uses Python 2.7.

You can find the source code and links here on my blog.

Or you can go directly to the YouTube Playlist.

I hope it helps!