Mac and Windows compatible GUI for Python, which is easy to install and works with pygame?
问题 I have made a program that finds and measures the radius of yeast colonies in images. It uses pygame for pixel access and graphical display of the images. The next step is to make it "user friendly" so that the non-programmers in my university bio lab can use it. Pygame lacks scroll bars, text fields, "open file" dialogues, etc., which I will need. I have heard that it's a nightmare trying to mix pygame and Tkinter. What can I use? An additional requirement is that I want the set up of Python