Ads

Draw Om symbol Using Python Turtle Graphics

 

DRAW OM SYMBOL USING PYTHON PROGRAMMING, PYTHON TURTLE GRAPHICS



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 Symbol 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('YELLOW')

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()

width(40)
pencolor('red')

penup()
setpos(-200,150)
pendown()
left(60)
circle(-120,230)
left(160)

circle(-130,230)
fd(180)

penup()
setpos(-20,-24)
pendown()
left(60)
circle(90,-80)

fd(-130)
circle(-70,-170)
back(320)
circle(-70,-170)
back(190)

penup()
setpos(-60,300)
pendown()
rt(170)
circle(120,160)

penup()
setpos(90,270)
pendown()
circle(30,360)

done()



#____________________ I HOPE YOU LIKE THIS PROGRAMMING _______________

#________________LIKE _________________SHARE _________________SUBSCRIBE ________________


If you like this Python Programming then share it with your friends, Thanks.


Post a Comment

0 Comments