Superheros

Tom Holland

  
                    

Source Code

from sketchpy import library myObject = library.tom_holland() myObject.draw()

Robert Downey Jr

  
                    

Source Code

from sketchpy import library myObject = library.rdj() myObject.draw()

SuperMan

  
                    

Source Code

#Superman Logo import turtle t=turtle.Turtle() turtle.Screen().bgcolor('navy') def curve(value): for i in range(value): t.right(1) t.forward(1) t.penup() t.setposition(0,43) t.pendown() t.begin_fill() t.pencolor('black') t.fillcolor('maroon') t.pensize(3) t.forward(81.5) t.right(49.4) t.forward(58) t.right(81.42) t.forward(182) t.right(98.36) t.forward(182) t.right(81.42) t.forward(58) t.right(49.4) t.forward(81.5) t.end_fill() t.penup() t.setposition(38,32) t.pendown() t.begin_fill() t.fillcolor('gold') t.forward(13) t.right(120) t.forward(13) t.right(120) t.forward(13) t.end_fill() t.penup() t.setposition(81.5,25) t.pendown() t.begin_fill() t.right(210) t.forward(25) t.right(90) t.forward(38) t.right(45) t.circle(82,90) t.left(90) t.circle(82,60) curve(61) t.left(90) t.forward(57) t.left(90) t.forward(32) t.end_fill() t.penup() t.home() t.setposition(-69,-38) t.pendown() t.begin_fill() curve(20) t.forward(33) t.left(10) t.circle(82,20) curve(30) t.forward(10) t.right(110) curve(40) t.right(10) t.circle(50,10) curve(45) t.right(5) t.forward(45) t.end_fill() t.penup() t.home() t.setposition(20,-100) t.pendown() t.begin_fill() t.right(135) t.forward(27) t.right(90) t.forward(27) t.right(135) t.forward(38.18) t.end_fill() t.penup() t.home() t.setposition(-57,32) t.pendown() t.begin_fill() t.right(180) t.forward(18) t.left(45) t.forward(44) t.left(80) t.forward(15) t.left(130) curve(40) t.forward(20) t.end_fill() t.hideturtle() turtle.exitonclick()

Batman

  
                

Source Code

#batman import turtle wn=turtle.Screen() wn.setup(436,768) wn.bgcolor("#444444") wn.title("Batman") b=turtle.Turtle() b.up() b.seth(-90) b.fd(360) b.down() b.begin_fill() b.color("black","black") b.seth(180) b.fd(220) b.seth(90) b.fd(288) b.seth(10) b.fd(71) b.seth(50) b.fd(10) b.seth(30) b.fd(75) b.seth(90) b.fd(40) b.seth(110) b.fd(40) b.seth(91) b.fd(257) b.seth(-70) b.fd(130) b.seth(29) b.circle(-105,30) b.end_fill() b.up() b.home() b.seth(-90) b.fd(360) b.down() b.begin_fill() b.color("black","black") b.seth(0) b.fd(220) b.seth(90) b.fd(288) b.seth(170) b.fd(71) b.seth(130) b.fd(10) b.seth(150) b.fd(75) b.seth(90) b.fd(40) b.seth(70) b.fd(40) b.seth(89) b.fd(257) b.seth(-110) b.fd(130) b.seth(151) b.circle(105,30) b.end_fill() b.up() b.home() b.seth(-90) b.fd(161) b.down() b.begin_fill() b.color("gold","gold") b.seth(180) b.circle(200,14) b.seth(-164) b.circle(100,25) b.seth(-139) b.circle(33,100) b.seth(-41) b.circle(100,25) b.seth(-15) b.circle(200,14) b.end_fill() b.up() b.home() b.seth(-90) b.fd(161) b.down() b.begin_fill() b.color("gold","gold") b.seth(0) b.circle(-200,14) b.seth(-16) b.circle(-100,25) b.seth(-41) b.circle(-33,100) b.seth(-139) b.circle(-100,25) b.seth(-165) b.circle(-200,14) b.end_fill() b.up() b.home() b.seth(-90) b.fd(173) b.down() b.begin_fill() b.color("black","black") b.seth(180) b.fd(7) b.seth(110) b.fd(8) b.seth(-92) b.fd(15) b.seth(-100) b.circle(-34.5,30) b.circle(-5,55) b.circle(-38,30) b.circle(-7,70) b.circle(-20,30) b.fd(8) b.seth(-170) b.circle(150,14) b.seth(-144) b.circle(130,14) b.seth(-115) b.circle(23,66) b.circle(90,32) b.seth(145) b.circle(-30,45) b.circle(-10,105) b.circle(-30,44) b.seth(60) b.fd(5) b.circle(-5,105) b.circle(-70,25) b.end_fill() b.up() b.home() b.seth(-90) b.fd(173) b.down() b.begin_fill() b.color("black","black") b.seth(0) b.fd(7) b.seth(70) b.fd(8) b.seth(-88) b.fd(15) b.seth(-80) b.circle(34.5,30) b.circle(5,55) b.circle(38,30) b.circle(7,70) b.circle(20,30) b.fd(8) b.seth(-10) b.circle(-150,14) b.seth(-36) b.circle(-130,14) b.seth(-65) b.circle(-23,66) b.circle(-90,32) b.seth(35) b.circle(30,45) b.circle(10,105) b.circle(30,44) b.seth(120) b.fd(5) b.circle(5,105) b.circle(70,25) b.end_fill() b.up() b.home() b.seth(90) b.fd(70) b.down() b.begin_fill() b.color("#efc2a5", "#dba25c") b.seth(135) b.fd(10) b.seth(180) b.fd(65) b.seth(-80) b.fd(80) b.seth(-40) b.fd(40) b.seth(0) b.fd(56) b.seth(40) b.fd(40) b.seth(80) b.fd(80) b.seth(180) b.fd(65) b.seth(-135) b.fd(10) b.end_fill() b.up() b.home() b.seth(90) b.fd(130) b.seth(180) b.fd(70) b.down() b.color("red") b.begin_fill() b.seth(-30) b.fd(40) b.seth(30) b.fd(20) b.seth(170) b.fd(50) b.end_fill() b.up() b.home() b.seth(90) b.fd(130) b.seth(0) b.fd(70) b.down() b.begin_fill() b.seth(-150) b.fd(40) b.seth(150) b.fd(20) b.seth(10) b.fd(50) b.end_fill() b.up() b.home() b.seth(90) b.fd(20) b.seth(180) b.fd(30) b.down() b.color("#d07615") b.pensize(3) b.seth(-15) b.fd(17) b.seth(0) b.fd(30) b.seth(15) b.fd(17) b.ht() turtle.mainloop()

Spiderman

  
                

Source Code

#Import the turtle #Spider Logo import turtle #Set the turtle object t=turtle.Turtle() scr=turtle.Screen() scr.bgcolor("red") #draw the head t.goto(0,0) t.begin_fill() t.circle(20) t.end_fill() #draw the body t.penup() t.setheading(270) t.left(60) t.pendown() t.begin_fill() t.forward(20) t.right(80) t.forward(70) t.right(147) t.forward(70) t.right(80) t.forward(20) t.penup() t.end_fill() # right upper first upper leg t.pendown() t.goto(10,35) t.pendown() t.begin_fill() t.left(20) t.forward(25) t.right(60) t.forward(50) t.left(120) t.forward(80) t.right(175) t.forward(95) t.right(127) t.forward(63) t.left(60) t.forward(18) t.end_fill() # right upper second leg t.pendown() t.goto(13,25) t.pendown() t.begin_fill() t.left(90) t.left(90) t.forward(20) t.right(60) t.forward(80) t.left(125) t.forward(130) t.right(175) t.forward(145) t.right(128) t.forward(95) t.left(60) t.forward(20) t.end_fill() t.penup() #left first upper leg of the spider t.pendown() t.goto(-10,35) t.pendown() t.begin_fill() t.right(80) t.forward(25) t.left(60) t.forward(50) t.right(120) t.forward(80) t.left(175) t.forward(95) t.left(127) t.forward(63) t.right(60) t.forward(18) t.end_fill() #left second upper leg of the spider t.pendown() t.goto(-13,25) t.pendown() t.begin_fill() t.right(90) t.right(90) t.forward(20) t.left(60) t.forward(80) t.right(125) t.forward(130) t.left(175) t.forward(145) t.left(128) t.forward(95) t.right(60) t.forward(20) t.end_fill() t.penup #right first lower leg of spider t.pendown() t.goto(15,12) t.left(60) t.begin_fill() t.forward(20) t.right(40) t.forward(95) t.right(100) t.forward(135) t.right(175) t.forward(120) t.left(90) t.forward(80) t.left(40) t.forward(20) t.end_fill() #right second lower leg of the spider t.pendown() t.goto(11,8) t.left(150) t.begin_fill() t.forward(25) t.right(10) t.forward(65) t.right(95) t.forward(70) t.right(175) t.forward(60) t.left(85) t.forward(65) t.left(15) t.forward(15) t.end_fill() #left lower first leg of the spider t.pendown() t.goto(-15,14) t.right(3) t.begin_fill() t.forward(20) t.left(40) t.forward(95) t.left(100) t.forward(135) t.left(175) t.forward(120) t.right(90) t.forward(80) t.right(40) t.forward(20) t.end_fill() t.penup() #left lower second leg of the spider t.pendown() t.goto(-11,8) t.right(90) t.right(60) t.begin_fill() t.forward(25) t.left(10) t.forward(65) t.left(95) t.forward(70) t.left(175) t.forward(60) t.right(85) t.forward(65) t.right(15) t.forward(15) t.end_fill() t.hideturtle() turtle.done()
...
...