+ 2
Bro help me when i import turtle in Python so it shows error
can you halp me i try diffrant app but it not run
2 Respostas
+ 2
The turtle module in Python requires the Tcl and Tk to run, and here unfortunately we don't have them. But to create graphics in Python, Kuba Siekierzyński has used unicodes and maybe he can tell you more about it.
https://code.sololearn.com/c38hmKFESSf2/?ref=app
https://code.sololearn.com/chne32DuRvvx/?ref=app
https://code.sololearn.com/c3rz0k249TY4/?ref=app
+ 8
To be honest I never tried turtle :P
Seems like there are aready better tools for graphics, like tkinter, kivy, pygame or pyglet.
Turtle is too crude and simple to build efficient GUI, in my opinion. Probably it *can* be done, but there are simply better and more powerful tools for that.