+ 2
Can anybody tell me how to make animation in python?
5 Answers
+ 7
You can use any OpenGL-supporting library, like pyglet or panda3D to make your animations in 2D or 3D.
+ 5
Vikram Singh Rawat Unfortunately, Sololearn does not support graphic interface for Python.
+ 1
You can use the turtle library...
+ 1
Kuba SiekierzyĆski but how to use in sololearn
+ 1
Start a web project and add this to the web page:
<iframe src="https://trinket.io/embed/JUMP_LINK__&&__python__&&__JUMP_LINK/436c84d301" width="100%" height="356" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>
you'll have an embedded playground that supports turtle.
However, please do check with Sololearn whether it's allowed or not.