Graphic Design Using Python Turtle. 37
Автор: Tech Craft Studio
Загружено: 2025-12-14
Просмотров: 8
Описание:
🎨 Welcome to our Python Graphics Design Tutorial! 🐍
Are you ready to unleash your creativity through Python programming? In this video, we'll dive into the fascinating world of graphics design using Python. Whether you're an aspiring artist, a seasoned developer, or simply curious about the intersection of art and technology, this tutorial is for you!
🚀 Join us on this creative journey as we explore the limitless possibilities of Python graphics design. Whether you're interested in art, programming, or both, this tutorial will ignite your passion and expand your horizons!
🎨 Subscribe to our channel for more exciting content on Python programming, graphics design, and creative coding! Turn on notifications to stay updated on our latest videos. Let's embark on this artistic adventure together and unlock the full potential of Python as a tool for creative expression!
FaceBook = https://www.facebook.com/profile.php?...
Source code =
import turtle
turtle.pensize(3)
turtle.speed(50)
turtle.bgcolor('black')
colors=['red','yellow','green','blue','gray']
def circle(s):
for i in range(10):
turtle.circle(s)
s=s-4
turtle.circle(s)
turtle.color(colors[i%5])
def draw(s,repeat):
for i in range(repeat):
circle(s)
turtle.right(360/repeat)
draw(100,10)
turtle.done()
#PythonGraphics #GraphicsDesign #CreativeCoding #PythonProgramming #Pygame #Matplotlib #viralvideo #Pillow #ArtAndTechnology #DigitalArt #ProgrammingTutorial #DesignPrinciples
#TechCraftStudio #pythondesign #pythonforbeginer #Technology #coding #pythonprojects #pythontutorial #webdesign #viral
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: