101K subscribers
83 photos
13 videos
6 files
156 links
Python.hub
Download Telegram
from turtle import *
import turtle as t

def my_turtle():
# Choices
sides = str(3)
loops = str(450)
pen = 1
for i in range(int(loops)):
forward(i * 2/int(sides) + i)
left(360/int(sides) + .350)
hideturtle()
pensize(pen)
speed(30)

my_turtle()
t.done()
Drawing Beautiful Design Using Python
👇👇
Drawing IronMan face using Python 👇👇
Drawing Spiderman face using Python 👇👇
Drawing Radha Krishna using Python 👇👇
Drawing IronMan code using Python 👇👇
from sketchpy import canvas
import turtle
obj = canvas.sketch_from_svg("PathToImage.svg")
t = turtle.Turtle()
t.penup()

t.pendown()
obj.draw()
PythonHub
https://svgconvert.com/
Use this URL to convert images to svg
Note- Use small images
Want free Scholarship test ?
Anonymous Poll
84%
Yes 😁
16%
Where is link ?
Get Upto 1 Crore Rupees scholarship 🔥😱
More than 1k students already registered