Skip to content
View SteveHawk's full-sized avatar
Block or Report

Block or report SteveHawk

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
SteveHawk/README.md

Hi there πŸ‘‹ It's Steve!

🐍 Let me introduce myself a bit here...

class Steve:
    def __init__(self, UUID: uuid.UUID) -> None:
        self.UUID = UUID
        self.gender = Demiboy()
        self.pronouns = {"He", "Him"}
        self.code = ["Python", "Rust", "Golang", "C"]
        self.OS = ("Pop!_OS", "Android")

    def career(self, year: int) -> str:
        self.career = ["Student", "CV Engineer"]
        now: int = time.localtime()[0]
        if year < now:
            return f"I was a {self.career[0]}."
        elif year == now:
            return f"I am a {self.career[1]} now."
        else:
            return "Maybe I'll become a Musician in the future!"

    def hobby(self, index: int = random.randint(0, 69)) -> str:
        self.interests = [
            "Science Fiction", "Machine Learning", "Chemistry",
            "Computer Vision", "Computer Music", "Astronomy",
            "Music", "Software Defined Radio", "Japanese",
            "Walking (Not Running!)", "Not Tetris 2"
        ]  # And More
        return self.interests[index % len(self.interests)]

world = Universe.World()
ME = Steve(uuid.uuid5(world.UUID, "SteveHawk"))

πŸ’‘ & πŸ’– From @SteveHawk

Pinned

  1. APE APE Public

    A simple image classification framework.

    Python

  2. Simple-Terminal-Animation Simple-Terminal-Animation Public

    Simple terminal animation (for celebrating your friend's birthday).

    Shell 2

  3. RayTracing-Py RayTracing-Py Public

    A python implementation of the Ray Tracing in One Weekend series.

    Python 4 1

  4. KTFE KTFE Public

    Kill The Fucking windows file Explorer. (and bring it back)

    Batchfile