Green Light Coding presents a new video which shows Movement of animated characters using onkey attribute in python .
Watch the full video without skipping to learn in details.
python programming | python turtle | animations with python
_____________________________________________________________
Stay connected to us for more necessary coding tricks like these.
_____________________________________________________________
code:
#download the gifs and replace them with the mentioned gifs here otherwise the code will not run.
import turtle
import time
t=turtle
t.Screen()
t.setup(1400,700)
t.speed (0)
t.pu()
t.goto (-500,-270)
t.bgcolor ("black")
t.bgpic("624c4d81bb83c971728717.gif")
turtle.register_shape("3 (7).gif")
turtle.register_shape("20.gif")
turtle.register_shape("10 (3).gif")
turtle.register_shape("11 (3).gif")
turtle.register_shape("14.gif")
t.shape ("20.gif")
t.pu()
def move () :
t.shape ("20.gif")
time.sleep (.1)
t.fd(20)
t.shape ("3 (7).gif")
time.sleep (.1)
t.fd(20)
t.shape ("10 (3).gif")
time.sleep (0)
t.fd(20)
t.shape ("11 (3).gif")
time.sleep (.1)
t.fd(20)
t.shape ("14.gif")
time.sleep (0)
t.fd(20)
t.shape ("20.gif")
def home () :
t.goto (-500,-270)
t.onkey(move,"Right")
t.onkey(home,"Left")
t.listen ()
t.mainloop()
________________________________________________________
#coding
#codinglife
#python
#animationvideo
#pythonprogramming
#pythontutorial
#pythonforbeginners
#pythonturtlegraphics
#pythonturtle
#file
#excel
#fileexplorer
#voice
#completecourse
#folder
#camera
#animations
#rare
#viral
#usernameandpassword
#password
#asterisk
#convert
#mask
#commandprompt
#font
#fontstyle
#viral
#visualbasic
#viralvideo
#fontsize
#windows
#permanent
#user
#utf
#system
#scripting
#windows10
#exit
#basictutorials
#graphics
#graphicdesign
#editingapps
#editor
#editingtutorial
#editing
#applications
#file
#edits
#coding
#compile
#ctutorials
#cmd
#codemasters
#batchfile
#learning
#info
#simple
#functions
#notepads
#console
#programming
#programminglife
#coder
#vbspu
#programmers
#host
#brightness
#updates
LINK FOR BATCH SERIES PLAYLIST :
/ @greenlightcoding613
_______________________________________________________________
SUBSCRIBE FOR MORE UPDATES LIKE THESE
_______________________________________________________________
CHANNEL LINK : / @greenlightcoding613
_______________________________________________________________