Skip to content
View z0uz's full-sized avatar

Block or report z0uz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
z0uz/README.md

a Cybersecurity specialist and a data analyst.

import turtle

t = turtle.Turtle()
s = turtle.Screen()
s.bgcolor("black")
t.speed(0)  # Increase speed to the maximum
t.pensize(2)
t.pencolor("white")

def s_curve():
    for i in range(45):  # Reduce the number of points in the curve
        t.left(2)  # Increase the angle to make the curve smoother
        t.forward(2)  # Increase the forward distance

def r_curve():
    for i in range(45):  # Reduce the number of points in the curve
        t.right(2)  # Increase the angle to make the curve smoother
        t.forward(2)  # Increase the forward distance

def l_curve():
    s_curve()
    t.forward(40)  # Reduce the forward distance to make the curve smoother
    s_curve()

def l_curve1():
    s_curve()
    t.forward(45)  # Reduce the forward distance to make the curve smoother
    s_curve()

def half():
    t.begin_fill()  # Begin fill before drawing
    t.forward(25)  # Reduce the forward distance to make the curve smoother
    s_curve()
    t.forward(45)  # Reduce the forward distance to make the curve smoother
    l_curve()
    t.forward(20)  # Reduce the forward distance to make the curve smoother
    t.left(90)
    t.forward(40)
    t.right(90)
    t.forward(5)
    t.right(90)
    t.forward(60)  # Reduce the forward distance to make the curve smoother
    l_curve1()
    t.forward(15)  # Reduce the forward distance to make the curve smoother
    t.left(90)
    t.forward(25)
    r_curve()
    t.forward(20)  # Reduce the forward distance to make the curve smoother
    t.end_fill()  # End fill after drawing

def get_pos():
    t.penup()
    t.forward(20)
    t.right(90)
    t.forward(10)
    t.right(90)
    t.pendown()

def eye():
    t.penup()
    t.right(90)
    t.forward(160)
    t.left(90)
    t.forward(70)
    t.pencolor("black")
    t.dot(35)

def sec_dot():
    t.left(90)
    t.penup()
    t.forward(310)
    t.left(90)
    t.forward(120)
    t.pendown()
    t.dot(35)

t.fillcolor("#306998")
half()  # Only call the half function once, and it will draw the whole logo
get_pos()
t.fillcolor("#FFD43B")
half()  # Only call the half function once, and it will draw the whole logo

eye()
sec_dot()

t.hideturtle()  # Hide the turtle for a cleaner look
turtle.done()```

Popular repositories Loading

  1. elrond-core-js elrond-core-js Public

    Forked from multiversx/mx-deprecated-core-js

    🔐 Lightweight Javascript library to generate accounts and sign transactions for the Elrond Network

    JavaScript 1

  2. gatsby-starter-default gatsby-starter-default Public

    JavaScript 1

  3. z0uz z0uz Public

    Config files for my GitHub profile.

    Python 1

  4. lua-script lua-script Public

    Lua 1

  5. autoscraper autoscraper Public

    Forked from alirezamika/autoscraper

    A Smart, Automatic, Fast and Lightweight Web Scraper for Python

    Python 1

  6. nodejs-webscraper nodejs-webscraper Public

    Forked from kubowania/nodejs-webscraper

    Demo for showing how to get backend data to the frontend

    JavaScript 1