Skip to content
View suspectedesp's full-sized avatar
πŸ’­
I like maintaining stuff no one cares about
πŸ’­
I like maintaining stuff no one cares about

Block or report suspectedesp

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

Header

Bubblegum's Github

β”Œβ”€β”€(bubblegum@root)-[~/]
└─$ py bubblegum.py

class Bubblegum:
    def __init__(self):
        self.name = "Bubblegum"
        self.aliases = ["Workaholic", "Code Alchemist"]
        self.skills = ["Python", "Rust", "C", "Kotlin"]
        self.current_project = "Memory, Cheats, and Anticheats on Low Level"
        self.ide = "VSCode"

    def __social__(self):
        self.github = "https://github.com/suspectedesp"
        self.pypi = "https://pypi.org/user/vortexsys/"
        self.linkedin = "Not yet"

    def __vibe__(self):
        return "Creating new ways to mod, code, and break boundaries. Living fast, thinking deeper."

    def __hobbies__(self):
        return ["Music Production", "Experimenting with Game Mods", "Learning Spanish", "Playing D&D"]

if __name__ == "__main__":
    bubblegum = Bubblegum()
    print(f"Name: {bubblegum.name}")
    print(f"Aliases: {', '.join(bubblegum.aliases)}")
    print(f"Skills: {', '.join(bubblegum.skills)}")
    print(f"Current Project: {bubblegum.current_project}")
    print(f"Socials: GitHub: {bubblegum.github}, PyPI: {bubblegum.pypi}, LinkedIn: {bubblegum.linkedin}")
    print(f"Vibe: {bubblegum.__vibe__()}")
    print(f"Hobbies: {', '.join(bubblegum.__hobbies__())}")


 β”Œβ”€β”€(bubblegum@root)-[~/]
 └─$

Footer

Pinned Loading

  1. bot-hosting-wrapper bot-hosting-wrapper Public

    a small api wrapper for bot-hosting.net

    Python 4 6

  2. ct-snooper ct-snooper Public archive

    Rust