βββ(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)-[~/]
ββ$
I like maintaining stuff no one cares about
Ein Dice Roller
- Austria
-
07:35
(UTC +01:00) - https://pypi.org/user/vortexsys/
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.