Answer the question
In order to leave comments, you need to log in
How to python tkinter canvas add pygame?
How to python tkinter canvas add pygame?
how I added a turtle here:
from tkinter import *
import turtle as t
root = Tk()
w = Canvas(root, width=root.winfo_rootx()+(600-root.winfo_rootx()), \
height=root.winfo_rooty()+(470-root.winfo_rooty()))
w.grid()
red = t.RawTurtle(w)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question