GithubHelp home page GithubHelp logo
  • šŸ‘‹ Hi, Iā€™m @z0uz
  • šŸ‘€ Iā€™m interested in python.
  • i am a Cybersecurity specialist and a data analyst.
  • šŸ’žļø looking to collaborate on sharing progamming tips using python language.
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()```

zaher el Siddik's Projects

autoscraper icon autoscraper

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

bepb icon bepb

Config files for my GitHub profile.

elrond-core-js icon elrond-core-js

šŸ” Lightweight Javascript library to generate accounts and sign transactions for the Elrond Network

elrond-go icon elrond-go

āš” Elrond-GO: The official implementation of the Elrond protocol, written in golang.

maryam icon maryam

Maryam: Open-source Intelligence(OSINT) Framework

python-for-cybersecurity icon python-for-cybersecurity

This repository holds the Python scripts discussed in the Infosec Institute's Python for Cybersecurity learning Path

recycle icon recycle

automated python script to empty recycle bin on windows computer

seclists icon seclists

SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.

spaceship-titanic icon spaceship-titanic

Kaggle recently launched a fun competition called Spaceship Titanic. It is designed to be an update of the popular Titanic competition which helps people new to data science learn the basics of machine learning, get acquainted with Kaggle's platform, and meet others in the community. This repository is a beginner friendly analysis of the Spaceship

world-id-state-bridge icon world-id-state-bridge

State bridge between the WorldID Ethereum mainnet deployment and WorldID supported networks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.