Meme Code
Meme Code
turtle.hideturtle()
y = 0
y2 = 0
f = 0
f2 = 0
y3 = 0
f3 = 0
x3 = 0
fontT = "Tent"
#__________________________________________________________________________________
______________________
if num == 1:
turtle.bgpic("cat.gif")
turtle.setup(width=480, height=360)
turtle.color("White")
turtle.penup()
y = 135
y2 = -145
f = 17
f2 = 15
x3 = 230
y3 = -170
f3 = 15
fontT = "Impact"
#__________________________________________________________________________________
______________________
elif num == 2:
turtle.bgpic("dragon.gif")
turtle.setup(width=763, height=583)
turtle.color("White")
turtle.penup()
y = 240
y2 = -250
f = 17
f2 = 17
x3 = 370
y3 = -280
f3 = 20
fonT = "Adobe Gothic Std B"
#__________________________________________________________________________________
________________
elif num == 3:
turtle.bgpic("Flamingo.gif")
turtle.setup(width=626, height=735)
turtle.color("White")
turtle.penup()
y = 300
y2 = -290
f = 14
f2 = 23
x3 = 300
y3 = -350
f3 = 20
fontT = "Arial Black"
#__________________________________________________________________________________
________________________________
elif num == 4:
turtle.bgpic("hamster.gif")
turtle.setup(width=700, height=367)
turtle.color("White")
turtle.penup()
y = 140
y2 = -160
f = 20
f2 = 20
x3 = 330
y3 = -175
f3 = 10
fontT = "Cooper Black"
#__________________________________________________________________________________
____________________
elif num == 5:
turtle.bgpic("kiddo (1).gif")
turtle.setup(width=355, height=300)
turtle.color("Black")
turtle.penup()
y = 100
y2 = -110
f = 10
f2 = 10
x3 = 160
y3 = -130
f3 = 10
fontT = "Rockwell Extra Bold"
#__________________________________________________________________________________
______________________
turtle.penup()
turtle.color("Black")
turtle.goto(4, y + 2)
turtle.write(arg=message, move=False, align="Center", font=(fontT, f, "normal"))
turtle.goto(4, y2 + 2)
turtle.write(arg=message2, move=False, align="Center", font=(fontT, f2, "normal"))
turtle.color("White")
turtle.goto(0, y)
turtle.write(arg=message, move=False, align="Center", font=(fontT, f, "normal"))
turtle.goto(0, y2)
turtle.write(arg=message2, move=False, align="Center", font=(fontT, f2, "normal"))
turtle.color("Gold")
turtle.goto(x3, y3)
turtle.write(arg="TentPirz Meme Generator", move=False, align="Right",
font=("ALGERIAN", f3, "normal"))
turtle.done()