DRAW OM DESIGN USING PYTHON TURTLE GRAPHICS, OM DESING WITH MANTRA IN PYTHON LANGUAGE
HELLO VIEWERS YOU MIGHT BE INTERESTED IN THIS POST.
Your welcome to our website COMPUTER SOFT SKILLS, after reading this article you can make this in just 2 minutes.
THIS IS PYTHON PROGRAMMING TO DRAW FLOWER.
How to draw OM DESIGN using Python Turtle.
YOU CAN COPY THIS CODE AND SAVE IN YOUR SYSTEM.
This Programming created by Rohit, owner of Computer Soft Skills.
Yes you read it right! You can make that type of Project easily in Python application.
#___________ WELCOME ALL OF YOU ON COMPUTER SOFT SKILLS CHANNEL __________
#......................... PYTHON PROGRAM TO DRAW OM .........................
from turtle import*
from time import*
title("Computer Soft Skills")
bgcolor('aqua')
penup()
goto(-300,10)
pendown()
color('darkblue')
style = ('Bradley Hand ITC',35,'bold')
write('"ॐ नमः शिवाय "', font=style, align='right',move=True)
hideturtle()
penup()
goto(-240,-50)
pendown()
color('Aqua')
style = ('Bradley Hand ITC',35,'bold')
color('red')
write('"श्री शिवाय नमस्तुभ्यम्"', font=style, align='right',move=True)
hideturtle()
penup()
goto(-200,-350)
pendown()
color('Black')
style = ('courier',30,'italic')
write('COMPUTER SOFT SKILLS', font=style, align='right', move=True)
hideturtle()
penup()
goto(-350,-400)
pendown()
style = ('Bradley Hand ITC',40,'bold')
write('"-ROHIT-"', font=style, align='right',move=True)
hideturtle()
pencolor('darkblue')
def om(x,y):
penup()
goto(x,y)
pendown()
om(-200,50)
fillcolor('yellow')
begin_fill()
seth(-90)
circle(200,70)
circle(70,180)
seth(110)
forward(30)
seth(0)
circle(60,100)
circle(80,120)
seth(130)
fd(30)
seth(50)
circle(-100,120)
circle(-90,90)
seth(-19)
circle(-60,50)
seth(0)
circle(60,90)
circle(-70,180)
fd(50)
circle(-90,120)
seth(-15)
circle(90,90)
seth(90)
fd(50)
circle(40,180)
circle(-75,90)
seth(-65)
circle(-90,132)
circle(-210,80)
end_fill()
om(30,210)
begin_fill()
seth(-70)
circle(120,110)
seth(120)
fd(40)
seth(-140)
circle(-120,90)
end_fill()
om(140,220)
begin_fill()
circle(25)
hideturtle()
end_fill()
done()
#______________ I HOPE YOU LIKE THIS PROGRAMMING _______________
#________________LIKE _________________SHARE _________________SUBSCRIBE ________________
0 Comments