import turtle
num = [Link](title="Title ", prompt="choose:\n1: hunhun\n2: do\n3:
kwanlinn\n4: oooo\n5: sadd " )
if num == 1 :
[Link](picname="[Link]")
[Link](width=800, height=667)
text1 = [Link](title="Title", prompt="Enter first text ")
[Link]()
topY = 200
topy = topY+5
cornerx = 300
text2 = [Link](title="Title", prompt="Enter second text ")
bottomY = -200
bottomy = bottomY+5
elif num == 2 :
[Link](picname="[Link]")
[Link](width=800, height=549)
text1 = [Link](title="Title", prompt="Enter first text ")
[Link]()
topY = 200
topy = topY + 6
cornerx = 250
text2 = [Link](title="Title", prompt="Enter second text ")
bottomY = -200
bottomy = bottomY + 6
elif num == 3 :
[Link](picname="[Link]")
[Link](width=500, height=334)
text1 = [Link](title="Title", prompt="Enter first text ")
[Link]()
topY = 90
topy = topY + 3
cornerx = 270
text2 = [Link](title="Title", prompt="Enter second text ")
bottomY = -150
bottomy = bottomY + 2
elif num == 4:
[Link](picname="[Link]")
[Link](width=800, height=450)
text1 = [Link](title="Title", prompt="Enter first text ")
[Link]()
topY = 150
topy = topY + 5
cornerx = 300
text2 = [Link](title="Title", prompt="Enter second text ")
bottomY = -200
bottomy = bottomY + 5
elif num == 5:
[Link](picname="[Link]")
[Link](width=350, height=350)
text1 = [Link](title="Title", prompt="Enter first text ")
[Link]()
topY = 100
topy = topY + 3
cornerx = 100
text2 = [Link](title="Title", prompt="Enter second text ")
bottomY = -150
bottomy = bottomY + 3
chooseFont = [Link](title = "Font", prompt = "Choose:\n1: Impact\n2:
Arial\n3: Tahnoma\n4: Verdana\n5: Comic Sana MS")
if chooseFont == 1 :
usefont = "Impact"
elif chooseFont ==2:
usefont = "Arial"
elif chooseFont ==3:
usefont = "Tahnoma"
elif chooseFont ==4:
usefont = "Verdana"
elif chooseFont ==5:
usefont = "Comic Sana MS"
[Link]("black")
[Link](0,topY)
[Link](arg = text1, move=True , align="center" , font=(usefont, 35, "normal"
) )
[Link](0,bottomY)
[Link](arg = text2, move=False , align="center" , font=(usefont, 35, "normal"
) )
[Link]("white")
[Link](0,topy)
[Link](arg = text1, move=True , align="center" , font=(usefont, 35, "normal"
) )
[Link](0,bottomy)
[Link](arg = text2, move=False , align="center" , font=(usefont, 35, "normal"
) )
[Link]()
cornery = bottomY-30
[Link](cornerx, cornery)
[Link]("black")
[Link]()
[Link](arg = "littleRidaw ", move =False, align = "right", font = (usefont,
20, "normal"))
cornery = cornery+2
cornerx= cornerx-4
[Link](cornerx, cornery)
[Link]("white")
[Link]()
[Link](arg = "littleRidaw ", move =False, align = "right", font = (usefont,
20, "normal"))
[Link]()