Designing Netflix Logo With Python Programming.

Publicado el: 18 junio 2023
en el canal de: #Technical Rohit
38
6

Hi everyone, welcome back to our channel. In this video, We’re going to show you .
#pythonprogramming
#netflixanimation
#logodesign
#technicalrohit
Kindly watch the video at 1080p resolution for better viewing expirence.
Welcome to Technical Rohit, your one-stop destination for all things tech-related. On this channel, you'll get to keep up with the latest trends and developments in the world of technology, as well as learn some useful tips and tricks to elevate your tech skills.

In this video, we'll be exploring the fascinating process of making the Netflix logo using Python. Get ready to delve into the world of programming and discover the endless possibilities it offers.

Whether you're a beginner or an expert, there's something for everyone on this channel. So, if you're passionate about all things tech, hit the subscribe button and join our community of tech enthusiasts today.
SOURCE CODE:

#rohits netflix logo animation
#credits= technicalrohit
import turtle
from time import sleep


t = turtle.Turtle()
t.speed(4)
turtle.bgcolor("white")
t.color("white")
turtle.title('Netflix Logo')


t.up()
t.goto(-80, 50)
t.down()
t.fillcolor("black")
t.begin_fill()

t.forward(200)
t.setheading(270)
s = 360
for i in range(9):
s = s - 10
t.setheading(s)
t.forward(10)

t.forward(180)
s = 270
for i in range(9):
s = s - 10
t.setheading(s)
t.forward(10)

t.forward(200)
s = 180
for i in range(9):
s = s - 10
t.setheading(s)
t.forward(10)

t.forward(180)
s = 90
for i in range(9):
s = s - 10
t.setheading(s)
t.forward(10)
t.forward(30)
t.end_fill()


t.up()
t.color("black")
t.setheading(270)
t.forward(240)
t.setheading(0)
t.down()
t.color("red")
t.fillcolor("#E50914")
t.begin_fill()
t.forward(30)
t.setheading(90)
t.forward(180)
t.setheading(180)
t.forward(30)
t.setheading(270)
t.forward(180)
t.end_fill()
t.setheading(0)
t.up()
t.forward(75)
t.down()
t.color("red")
t.fillcolor("#E50914")
t.begin_fill()
t.forward(30)
t.setheading(90)
t.forward(180)
t.setheading(180)
t.forward(30)
t.setheading(270)
t.forward(180)
t.end_fill()
t.color("red")
t.fillcolor("red")
t.begin_fill()
t.setheading(113)
t.forward(195)
t.setheading(0)
t.forward(31)
t.setheading(293)
t.forward(196)
t.end_fill()
t.hideturtle()

sleep(10)


En esta página del sitio puede ver el video en línea Designing Netflix Logo With Python Programming. de Duración hora minuto segunda en buena calidad , que subió el usuario #Technical Rohit 18 junio 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 38 veces y le gustó 6 a los espectadores. Disfruta viendo!