A friend and I are making a game in pygame. We would like to have a pygame window embedded into a tkinter or WxPython frame, so that we can include text input, buttons, and
Here are some links.
Basically, there are many approaches.
embed any application in a frame inside another. Simple.Some research will provide the relevant code.