Look it's me, and im probably online. If i'm offline there ⬇️ then probably I'm sleeping.
Dm me if you want! I might not respond right away but I'll reach out to you
Something about me:
class Penelopeep:
def __init__(self):
self.status = "Lazy"
self.is_learning = False
self.current_project = None
def get_languages:
langs: dict = {
"Python" : "My beloved",
"Java" : "Love/Hate relationship",
"C" : "Let it die already",
"C++" : "Better than C",
"JavaScript" : "I hate it"
}
return langs
def get_projects:
repos: dict = {
"Grasscutter-Plugins" : {
"SwitchElementTraveller" : "https://github.com/Penelopeep/SwitchElementTraveller",
"ToggleConstellations" : "https://github.com/Penelopeep/ToggleConstellation",
"CharacterBuilder" : "https://github.com/Penelopeep/CharacterBuilder",
"GenshinImporter" : "https://github.com/Penelopeep/GenshinImporter"
}
}
return repos
I'm just a lazy guy who likes to code sometimes.