Embedding a Pygame window into a Tkinter or WxPython frame

(Note this solution does not work on Windows systems with Pygame 2. See Using ‘SDL_WINDOWID’ does not embed pygame display correctly into another application #1574. You can currently download older versions of Pygame here.) According to this SO question and the accepted answer, the simplest way to do this would be to use an SDL … Read more