grantjenks / free-python-games

Free Python Games

Home Page:http://www.grantjenks.com/docs/freegames/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insert in Tkinter App

nirajhi opened this issue · comments

I have a flappy bird app running. However, I am trying to run inside a Tkinter, but I am not able to. Is there a way to insert the game inside Tkinter Canvas.

I’m not sure what you mean. Free Python Games uses the turtle module from Python’s standard library.