Krishna drawing easy

  1. Lord Krishna Theme Drawing
  2. Radha Krishna Drawing using Python


Download: Krishna drawing easy
Size: 39.1 MB

Lord Krishna Theme Drawing

Today we will draw a picture of Lord Krishna. Kids and beginners can easily draw pictures of Lord Krishna. For kids, we will make some easy and simple steps, that will help them to draw the Lord Krishna Theme picture easily. Drawing paper, pencils, and color boxes are mainly needed to draw pictures of Lord Krishna. Now let’s start drawing Lord Krishna. Lord Krishna Coloring Page Download Lord Krishna Drawing Requirement Materials : Here are the materials we need to make this Lord Krishna drawing. • White paper • Pencil • Pencil sharpener • Eraser • Color Box • Tissue paper Lord Krishna Picture Drawing Step by Step 1. Make the upper structure of Lord Krishna. First, take the drawing paper. Draw the margins evenly all around on the drawing paper. Then we will put masking tape in place of the margin. We will make the upper part of Lord Krishna. Make Lord Krishna’s hair almost triangular, using curved lines. Then draw a beautiful flute. He is standing holding the flute. Draw the back with two curved lines. 2. Complete the structure of Lord Krishna. Finally, remove the masking tape on the drawing paper. After removing the masking tape, our drawing will be completed. See how easy it is to draw Lord Krishna by following the steps. Look our Lord Krishna drawing for kids is almost complete. There are many more drawing ideas like this on our website. And many more pictures will come later. So all of you bookmark this website in our browser and subscribe to our YouTube channel Draw W...

Radha Krishna Drawing using Python

Installation: In this article, we’ll show you how to draw a Radha Krishan painting using Python turtle graphics. python has a turtle module. turtle is a popular way for introducing programming to kids. About Turtle: Turtle graphics is a popular way for introducing programming to kids. It was part of the original Logo programming language developed by Wally Feurzeig, Seymour Papert, and Cynthia Solomon in 1967. Turtle Documentation: Installation: To install the turtle module open your terminal and run the command below import turtle wn=turtle.Screen() wn.setup(768,768) wn.bgcolor("black") b=turtle.Turtle() b.color('yellow') b.up() b.speed(0) b.seth(0) b.fd(22) b.seth(90) b.fd(103) b.pensize(5) b.down() b.seth(10) b.circle(-50,25) b.pensize(4) b.circle(-50,10) b.pensize(3) b.circle(-50,5) b.pensize(2) b.circle(-50,3) b.up() b.seth(180) b.fd(35) b.seth(-90) b.fd(14) b.down() #1 eye1 2 b.seth(-46) b.fd(5) b.pensize(3) b.fd(10) b.pensize(4) b.fd(4) b.pensize(5) b.circle(25,62) b.pensize(4) b.seth(-48) b.fd(3) b.pensize(3) b.fd(4) b.pensize(2) b.fd(3) b.up() b.seth(45) b.fd(63) b.down() b.circle(-100,3) b.pensize(3) b.circle(-100,8) b.pensize(4) b.circle(-100,9) b.pensize(5) b.circle(-100,13) b.pensize(4) b.circle(-100,8) b.pensize(3) b.circle(-100,6) b.pensize(2) b.circle(-100,3) b.up() b.seth(-139) b.fd(103) b.down() #1 eye2 2 b.seth(46) b.fd(4) b.pensize(3) b.fd(6) b.pensize(4) b.fd(6) b.seth(-5) b.circle(115,5) b.pensize(5) b.circle(115,10) b.pensize(6) b.circle(115,15) b.pe...