Maa durga drawing

  1. Maa Durga Drawing by Papiya Dey


Download: Maa durga drawing
Size: 18.80 MB

Maa Durga Drawing by Papiya Dey

First of all, I am a newbie.In my work I explore the depths and subtleties of human imagination. I create fine art and drawings that reflect the extent of human thinking capabilities. I am interested in portraying the dualities present in this experience. There are no absolutes in life. In my compositions, I have tried my best to portray varieties of Indian cultures which includes traditional and modern notion of portraiture. I have worked in mixed media, using layering techniques, strong contrasts, vibrant colours and dripping paint to create a resonating and powerful combination of balance, elegance and grit

drawing

import turtle as t t. bgcolor( "lightblue") def pos( x, y): t. penup() t. goto( x, y) t. pendown() #For Tika pos( 0, 200) t. color( "red") t. begin_fill() t. circle( 40) t. end_fill() #for Left Eyebrow pos( - 30, 200) t. color( "black") t. begin_fill() t. right( 45) for i in range( 20): t. left( 3) t. back( 10) for i in range( 10): t. right( 3) t. back( 10) t. right( 18) for i in range( 13): t. left( 3) t. forward( 10) for i in range( 20): t. right( 2) t. forward( 10) t. end_fill() #For Right Eyebrow t. left( 80) pos( 30, 200) t. color( "black") t. begin_fill() for i in range( 20): t. right( 3) t. forward( 10) for i in range( 10): t. left( 3) t. forward( 10) t. left( 18) for i in range( 13): t. right( 3) t. back( 10) for i in range( 20): t. left( 2) t. back( 10) t. end_fill() #For Right Eye pos( 40, 150) t. pensize( 15) t. left( 10) for i in range( 20): t. right( 3) t. forward( 10) for i in range( 10): t. left( 3) t. forward( 5) t. right( 3) for i in range( 10): t. left( 3) t. back( 5) for i in range( 20): t. right( 3) t. back( 10) t. pensize( 1) pos( 130, 130) t. begin_fill() t. circle( 40) t. end_fill() t. color( "white") t. begin_fill() pos( 115, 175) t. circle( 10) t. end_fill() #For Right Eye pos( - 40, 150) t. color( "black") t. pensize( 15) t. right( 25) for i in range( 20): t. left( 3) t. back( 10) for i in range( 10): t. right( 3) t. back( 5) t. left( 3) for i in range( 10): t. right( 3) t. forward( 5) for i in range( 20): t. left( 3) t. forward( 10) t. pensize( 1...