Pythondex
Turtle Python Programs

Draw Radha Krishna Using Python

Last updated July 3, 2023 by Jarvis Silva

In this tutorial I will show you how to draw radha krishna using python, to draw radha krishna we will use the turtle module, turtle is a GUI python library which can be used to draw anything from characters, cartoons, shapes and other objects.

Python Code To Draw Radha Krishna


import turtle

window=turtle.Screen()         
window.bgcolor("#eeeeee")

#color1
v=turtle.Turtle()
v.color('red')
v.speed(0)
v.ht()
v.up()
v.seth(-90)
v.fd(100)
v.seth(1)
v.fd(79)
v.down()

v.begin_fill()
v.color('#0dcc80')
v.pensize(1)
v.seth(80)
v.circle(30,51)
v.fd(18)
v.seth(150)
v.circle(-50,37)
v.circle(-250,23)
v.seth(88)
v.fd(80)

v.seth(90)
v.circle(-120,45)
v.circle(-45,21)
v.seth(40)
v.circle(-100,49)
#v.fd(78)

v.seth(-2)
v.circle(-100,62)
v.fd(80)
v.fd(45)
v.circle(15,43)
v.circle(-120,60)
v.seth(-90)
v.fd(95)
v.seth(180)
v.fd(290)
v.end_fill()


#
v.color('blue')
v.up()
v.home()
v.seth(-90)
v.fd(100)
v.seth(1)
v.fd(80)

v.seth(80)
v.circle(30,51)
v.fd(18)
v.seth(150)
v.circle(-50,37)
v.circle(-250,23)
v.down()
v.begin_fill()
v.color('#f2ae72')
v.seth(86)
v.fd(80)

v.seth(90)
v.circle(-118,44)
v.circle(-43,92)
v.fd(70)
v.seth(-38)
v.fd(50)
v.circle(-75,44)
v.fd(50)
v.circle(70,48)
v.seth(-5)
v.fd(20)
v.circle(-7,82)
v.fd(25)
v.circle(-60,80)
v.seth(180)
v.fd(150)
v.seth(140)
v.circle(-210,33)
v.end_fill()

#color2
v.color('blue')
v.up()
v.home()
v.seth(-90)
v.fd(100)
v.seth(-179)
v.fd(124)
v.seth(90)
v.fd(367)
v.down()
v.begin_fill()
v.color('#122ea5','#f623d0')
v.seth(173)
v.circle(150,60)
v.seth(-155)
v.circle(238,33)
v.seth(-92)
v.circle(95,60)
v.seth(55)
v .circle(-500,22)
v.seth(-10)
v .circle(-500,21)
v.seth(-93)
v .circle(-560,22)
v.seth(0)
v.fd(90)
v.seth(87)
v .circle(500,22)
v .circle(-80,20)
v.seth(51)
v.circle(95,28)
v.seth(115)
v.circle(200,55)
v.end_fill()

v.color('green')
v.up()
v.home()
v.seth(-90)
v.fd(105)
v.seth(-179)
v.fd(213)
v.down()
v.begin_fill()
v.color('#008bba','#008bba')
v.seth(140)
v .circle(-393,26)
v.seth(55)
v .circle(-500,22)
v.seth(-10)
v .circle(-500,21)
v.seth(-93)
v .circle(-560,22)
v.end_fill()

#Radha

b=turtle.Turtle()
#b.color('red')
b.up()
b.speed(0)
b.seth(0)
b.fd(22)
b.seth(90)
b.fd(103)

b.pensize(5)
b.down()
#1 eye1 1
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()
#1 eye2 1
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.pensize(5)
b.circle(115,10)
b.pensize(4)
b.circle(115,5)
b.pensize(3)
b.circle(115,5)
b.pensize(2)
b.circle(115,5)

b.color('#e10808')
b.up()
b.seth(176)
b.fd(142)
b.down()
#2 pottu #ff0000
b.pensize(7)
b.circle(2)


b.color('black')
b.pensize(4)
b.up()
b.seth(-94)
b.fd(118)
b.down()
#3 nose
b.seth(-125)
b.circle(15,85)
b.fd(10)

b.pensize(3)
b.up()
b.seth(-115)
b.fd(22)
b.down()
#3 mouth #ff4040
b.begin_fill()
b.color('#e10808','#ff4040')
b.seth(28)
b.fd(15)
b.circle(-9,85)
b.seth(75)
b.circle(-9,83)
b.circle(40,48)
b.seth(-131)
b.circle(-65,62)
b.end_fill()
#b.pensize(3)
b.up()
b.seth(-70)
b.fd(6)
b.down()
b.begin_fill()
b.color('#e10808','#ff4040')
b.seth(-34)
b.circle(35,80)
b.end_fill()


b.color('black')
b.pensize(2)
b.up()
b.seth(150)
b.fd(99)
b.down()
#3 face
b.seth(-67)
b.fd(10)
b.pensize(3)
b.fd(40)
b.circle(122,36)
b.seth(0)
b.fd(27)
b.seth(27)
b.circle(220,40)
b.pensize(2)
b.circle(220,5)


b.color('yellow')
b.pensize(3)
b.up()
b.seth(-60)
b.fd(10)
b.down()
#3 hear1
b.seth(-90)
b.fd(32)
b.seth(0)
b.circle(-25,160)
b.pensize(4)
b.circle(-25,100)
b.pensize(5)
b.circle(-25,50)
b.pensize(4)
b.circle(-25,35)
b.pensize(3)
b.circle(-25,15)
b.color('#fa6900')
b.pensize(3)
b.up()
b.seth(-10)
b.fd(40)
b.down()
#3 hear2
b.seth(-90)
b.fd(14)
b.seth(0)
b.circle(-10,160)
b.pensize(4)
b.circle(-10,100)
b.pensize(5)
b.circle(-10,50)
b.pensize(4)
b.circle(-10,35)
b.pensize(3)
b.circle(-10,15)

b.color('#ff0066')#2e482e'
b.pensize(4)
b.up()
b.seth(147)
b.fd(315)
b.down()
#3 hair1
b.seth(90)
b.circle(-120,5)
b.pensize(3)
b.circle(-120,40)
b.pensize(3)
b.circle(-45,50)
b.pensize(4)
b.circle(-45,42)
b.fd(70)
b.seth(-38)
b.fd(50)
b.pensize(5)
b.circle(-75,44)
b.fd(50)
b.circle(70,48)
b.seth(-5)
b.pensize(4)
b.fd(20)
b.circle(-7,82)
b.pensize(3)
b.fd(25)
b.circle(-60,33)
b.pensize(2)
b.circle(-60,10)


b.pensize(1)
b.up()
b.seth(-90)
b.fd(15)
b.seth(-179)
b.fd(212)
b.down()
#3 hair2
b.pensize(7)
b.seth(80)
b.circle(30,51)
b.pensize(4)
b.fd(18)
b.pensize(7)
b.seth(150)
b.circle(-50,37)
b.pensize(6)
b.circle(-250,13)
b.pensize(5)
b.circle(-250,6)
b.pensize(4)
b.circle(-250,4)

b.pensize(1)
b.up()
b.seth(56)
b.fd(238)
b.down()
#3 hair3
b.pensize(4)
b.seth(-2)
b.circle(-100,31)
b.pensize(6)
b.circle(-100,31)
b.fd(80)
b.pensize(4)
b.fd(45)


b.pensize(1)
b.up()
b.seth(133)
b.fd(100)
b.down()
#3 hair4
b.seth(-78)
b.pensize(2)
b.circle(132,5)
b.pensize(3)
b.circle(132,10)
b.pensize(4)
b.circle(132,20)
b.pensize(5)
b.circle(132,20)
b.circle(-120,20)
b.pensize(4)
b.circle(-120,10)
b.pensize(3)
b.circle(-120,8)
b.pensize(2)
b.circle(-120,7)

b.color('black')
b.pensize(1)
b.up()
b.seth(144)
b.fd(368)
b.down()
#3 hair5
b.begin_fill()
b.seth(45)
b.circle(-35,92)
b.fd(70)
b.seth(-42)
b.fd(30)
b.circle(-80,14)
b.fd(60)
b.seth(152)
b.circle(-220,27)
b.seth(115)
b.circle(220,20)
b.circle(2,176)
b.circle(-150,25)
b.circle(281,27)
b.seth(138)
b.circle(-280,26)
b.circle(280,16)
b.circle(24,65)
b.end_fill()
b.ht()


#Krishna

c=turtle.Turtle()
c.speed(0)
#c.color('red')

c.up()
c.seth(166)
c.fd(200)
c.down()
#1 eye1 1
c.pensize(4)
c.seth(150)
c.circle(70,13)
c.pensize(5)
c.circle(70,10)
c.pensize(6)
c.circle(70,10)
c.pensize(7)
c.circle(70,15)
c.pensize(5)
c.circle(70,8)
c.pensize(3)
c.circle(70,7)
c.pensize(2)
c.circle(70,5)


c.up()
c.seth(-19.5)
c.fd(104)
c.down()
#1 eye1 2
c.pensize(5)
c.seth(137)
c.fd(8)
c.pensize(4)
c.fd(5)
c.circle(8,92)
c.circle(-37,26)
c.pensize(5)
c.circle(-37,20)
c.pensize(6)
c.circle(-37,10)
c.pensize(7)
c.circle(-37,10)
c.pensize(6)
c.circle(-37,10)
c.pensize(4)
c.circle(-37,10)
c.pensize(3)
c.fd(8)
c.pensize(2)
c.fd(7)
c.pensize(1)
c.fd(5)

c.up()
c.seth(17.5)
c.fd(123)
c.down()
 #1 eye2 1
c.pensize(5)
c.seth(58)
c.circle(-80,5)
c.pensize(6)
c.circle(-80,10)
c.pensize(7)
c.circle(-80,15)
c.pensize(8)
c.circle(-80,15)
c.pensize(7)
c.circle(-80,10)
c.pensize(6)
c.circle(-80,8)
c.pensize(4)
c.circle(-80,7)
c.pensize(3)
c.circle(-80,5)
c.pensize(2)
c.circle(-80,3)
c.pensize(1)
c.circle(-80,2)


c.up()
c.seth(-139)
c.fd(118)
c.down()
#1 eye2 2
c.pensize(5)
c.seth(68)
c.fd(6)
c.pensize(4)
c.fd(3)
c.pensize(3)
c.fd(6)
c.circle(-12,57)
c.pensize(4)
c.circle(-12,20)
c.pensize(5)
c.circle(-12,10)
c.pensize(6)
c.circle(45,30)
c.pensize(7)
c.circle(45,20)
c.pensize(6)
c.circle(45,15)
c.pensize(4)
c.circle(45,8)
c.pensize(3)
c.circle(45,7)
c.fd(17)
c.pensize(2)
c.fd(10)

c.color('#ff0000')
c.up()
c.seth(163)
c.fd(165)
c.down()
# 2 pottu 
c.seth(-10)
c.pensize(4)
c.fd(5)
c.seth(-45)
c.circle(-50,30)
c.pensize(5)
c.circle(-50,10)
c.pensize(6)
c.fd(15)
c.circle(45,39)
c.circle(7,138)
c.pensize(7)
c.fd(30)
c.pensize(6)
c.fd(20)
c.pensize(5)
c.fd(10)
c.pensize(4)
c.fd(5)
c.circle(-18,35)
c.pensize(3)
c.circle(-18,20)

c.color('black')
c.up()
c.seth(-89.5)
c.fd(167)
c.down()
#2 nose
c.circle(45,40)


c.up()
c.seth(-120)
c.fd(31)
c.down()
#3 mouth
c.begin_fill()
c.color('#e10808','#ff4040')
c.seth(27)
c.fd(18)
c.circle(-9,85)
c.seth(78)
c.circle(-10,98)
c.circle(25,80)
c.seth(-127)
c.circle(-67,68)
c.end_fill()
c.up()
c.seth(-35)
c.fd(13)
c.down()
c.seth(-30)
c.begin_fill()
c.color('#e10808','#ff4040')
c.circle(37,85)
c.end_fill()

c.pensize(1)
c.up()
c.seth(151.5)
c.fd(270)
c.down()
#3 head1 #4d6742
c.begin_fill()
c.color('#122ea5')#4d6742
c.seth(127)
c.circle(-90,43)
c.seth(45.5)
c.fd(118)
c.circle(-1,165)
c.fd(74)
c.circle(25,45)
c.seth(-111)
c.fd(50)
c.seth(-40)
c.fd(10)
c.seth(61)
c.fd(100)
c.circle(-185,32)
c.circle(1,175)
c.circle(200,37)
c.circle(-2.5,180)
c.fd(48)
c.seth(60)
c.circle(-180,58)
c.seth(173)
c.circle(150,60)
c.seth(-155)
c.circle(238,33)
c.seth(-92)
c.circle(95,43)
c.end_fill()

c.up()
c.seth(23)
c.fd(55)
c.down()
#3 head2
c.begin_fill()
c.seth(52)
c.circle(-400,24)
c.seth(-165)
c.circle(200,50)
c.end_fill()

c.up()
c.seth(38)
c.fd(150)
c.down()
#3 head3
c.begin_fill()
c.seth(2)
c.circle(-180,20)
c.seth(133)
c.circle(55,70)
c.end_fill()

c.up()
c.seth(9)
c.fd(152)
c.down()
#3 head4
c.begin_fill()
c.seth(-20)
c.circle(-50,98)
c.seth(80)
c.circle(70,65)
c.end_fill()


c.up()
c.seth(-91)
c.fd(80)
c.down()
#1 hair1
c.begin_fill()
c.color('#fcaa00','yellow')
c.seth(-35)
c.pensize(3)
c.circle(-25,45)
c.pensize(4)
c.circle(-25,50)
c.pensize(5)
c.circle(-10,70)
c.pensize(5)
c.circle(-18,80)
c.end_fill()
c.circle(-11,150)
c.pensize(4)
c.circle(-11,60)
c.pensize(3)
c.circle(-11,30)
c.pensize(2)
c.circle(-11,20)
c.pensize(1)
c.circle(-11,10)



c.up()
c.seth(32)
c.fd(29)
c.down()
#1 hair2
c.begin_fill()
c.color('#fcaa00','yellow')
c.seth(24)
c.pensize(3)
c.circle(-25,45)
c.pensize(4)
c.circle(-25,50)
c.pensize(5)
c.circle(-11,70)
c.pensize(5)
c.circle(-19,80)
c.end_fill()
c.circle(-12,150)
c.pensize(4)
c.circle(-12,60)
c.pensize(3)
c.circle(-12,30)
c.pensize(2)
c.circle(-12,20)
c.pensize(1)
c.circle(-12,10)

c.up()
c.seth(170)
c.fd(31)
c.down()
#1 hair3
c.begin_fill()
c.color('#fcaa00','yellow')
c.seth(-33)
c.pensize(3)
c.circle(-48,45)
c.pensize(4)
c.circle(-48,50)
c.pensize(5)
c.circle(-22,90)
c.pensize(6)
c.circle(-30,95)
c.end_fill()
c.pensize(6)
c.circle(-20,150)
c.pensize(5)
c.circle(-20,60)
c.pensize(4)
c.circle(-20,30)
c.pensize(3)
c.circle(-20,20)
c.pensize(2)
c.circle(-20,10)


c.up()
c.seth(169)
c.fd(245)
c.down()
#2 hair1
c.begin_fill()
c.color('#fcaa00','yellow')
c.seth(-155)
c.pensize(3)
c.circle(25,45)
c.pensize(4)
c.circle(25,50)
c.pensize(5)
c.circle(10,85)
c.pensize(6)
c.circle(16,70)
c.end_fill()
c.circle(10,150)
c.pensize(4)
c.circle(10,60)
c.pensize(3)
c.circle(10,30)
c.pensize(2)
c.circle(10,20)
c.pensize(1)
c.circle(10,10)

c.up()
c.seth(167)
c.fd(23)
c.down()
#2 hair2
c.begin_fill()
c.color('#fcaa00','yellow')
c.seth(168)
c.pensize(3)
c.circle(25,45)
c.pensize(4)
c.circle(25,50)
c.pensize(5)
c.circle(12,85)
c.pensize(6)
c.circle(19,70)
c.end_fill()
c.circle(11,150)
c.pensize(4)
c.circle(11,60)
c.pensize(3)
c.circle(11,30)
c.pensize(2)
c.circle(11,20)
c.pensize(1)
c.circle(11,10)

c.up()
c.seth(21)
c.fd(30)
c.down()
#2 hair3
c.begin_fill()
c.color('#fcaa00','yellow')
c.seth(-148)
c.pensize(3)
c.circle(48,40)
c.pensize(5)
c.circle(48,50)
c.pensize(6)
c.circle(22,90)
c.pensize(7)
c.circle(30,95)
c.end_fill()
c.pensize(6)
c.circle(20,150)
c.pensize(5)
c.circle(20,60)
c.pensize(4)
c.circle(20,30)
c.pensize(3)
c.circle(20,20)
c.pensize(2)
c.circle(20,10)

c.color('#b4491c')
c.up()
c.seth(33)
c.fd(258)
c.down()
#1 peacock1
c.pensize(3)
c.seth(85)
c.circle(150,25)

c.pensize(1)
c.up()
c.seth(-88)
c.fd(42)
c.down()
#1 peacock2
c.begin_fill()
c.color("#9c0f5f")
c.seth(131)
c.circle(-75,45)
c.circle(-12,150)
c.circle(-85,35)
c.seth(88)
c.circle(75,34)
c.circle(5,137)
c.circle(75,40)
c.end_fill()

c.up()
c.seth(135)
c.fd(15)
c.down()
#1 peacock3
c.begin_fill()
c.color("#60047a")
c.seth(140)
c.circle(-65,77)
c.circle(-20,125)
c.circle(-85,45)
c.seth(84)
c.circle(75,32)
c.circle(15,140)
c.circle(65,47)
c.end_fill()
c.end_fill()

c.up()
c.seth(-110)
c.fd(4)
c.down()
#1 peacock4
c.begin_fill()
c.color("green")
c.seth(140)
c.circle(-70,70)
c.circle(-28,145)
c.circle(-85,27)
c.seth(54)
c.circle(50,50)
c.circle(-30,60)
c.seth(-140)
c.circle(50,35)
c.seth(74)
c.circle(100,36)
c.seth(-82)
c.circle(-70,35)
c.seth(92)
c.circle(55,50)
c.circle(-35,65)
c.seth(-135)
c.circle(125,70)
c.seth(140)
c.circle(-80,50)
c.seth(-94)
c.circle(100,70)
c.end_fill()
c.ht()





#pullangulal

d=turtle.Turtle()
d.color('#443020')
d.speed(0)

d.up()
d.seth(-159)
d.fd(296)
d.down()
#1 
d.pensize(3)
d.seth(-90)
d.begin_fill()
d.fd(18)
d.seth(-179)
d.fd(20)
d.seth(90)
d.fd(18)
d.seth(1)
d.fd(20)
d.end_fill()

d.begin_fill()
d.color('#443020','#a47747')
d.fd(550)
d.seth(-90)
d.fd(18)
d.seth(-179)
d.fd(550)
d.seth(90)
d.fd(18)
d.end_fill()
d.color('#443020')
d.pensize(1)
d.seth(1)
d.fd(115)
d.seth(-50)
d.begin_fill()
d.circle(18,103)
d.end_fill()
d.seth(1)
d.fd(91)
d.seth(-50)
d.begin_fill()
d.circle(18,103)
d.end_fill()
d.seth(1)
d.fd(35)
d.seth(-50)
d.begin_fill()
d.circle(18,103)
d.end_fill()
d.seth(1)
d.fd(35)
d.seth(-50)
d.begin_fill()
d.circle(18,103)
d.end_fill()
d.seth(1)
d.fd(35)
d.seth(-50)
d.begin_fill()
d.circle(18,100)
d.end_fill()
d.seth(1)
d.fd(99)
d.seth(-90)
d.fd(18)
d.seth(-179)
d.fd(550)
d.seth(90)
d.fd(18)


d.seth(1)
d.fd(550)
d.seth(-90)
d.fd(1)
d.begin_fill()
d.seth(1)
d.fd(15)
d.seth(90)
d.fd(5)
d.circle(-7,115)
d.fd(55)
d.seth(-162)
d.fd(55)
d.circle(-7,115)
d.fd(5)
d.seth(-179)
d.fd(15)
d.end_fill()


d.pensize(5)
d.up()
d.seth(-90)
d.fd(1)
d.seth(-179)
d.fd(47)
d.down()
d.begin_fill()
d.color('#160a47','#0dc9f7')
d.seth(-110)
d.circle(-130,90)
d.circle(500,50)
d.seth(20)
d.circle(-400,46)
d.circle(204,101)
d.end_fill()
d.ht()

turtle.done()

Above is the python program to draw radha krishna in turtle, Now to run this program you need to have python installed on your computer, If you don’t have then follow this guide: Install and setup python on your computer.

When you run the program and it will open a new window and it will start drawing radha and krishna and below is the finished drawing of radha and krishna.

Radha Krishna Drawing In Python

Here are some more python drawing tutorials for you:

I hope you found what you were looking for from this tutorial, and if you want more python guides and tutorials like this, do join our Telegram channel for future updates.

Thanks for reading, have a nice day 🙂