Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python turtle background image

import turtle

window = turtle.Screen()
window.bgpic('source image') # image should be PNG or GIF
window.update() # to show the image


mainloop()
 
PREVIOUS NEXT
Tagged: #python #turtle #background #image
ADD COMMENT
Topic
Name
7+8 =