import random
class Me:
def __init__(self):
self.greeting = "Yeet! π, I'm Aidhaan"
self.bio = "Full stack Web Developer from Maldives π²π»"
self.languages = ['javascript', 'typescript', 'python']
self.frameworks = ['NextJS', 'Django', 'React', 'DRF']
self.website = 'dev.idhaan.me'
self.projects = ['https://donors.ungoodhoo.live', 'https://gazzette.idhaan.me/docs', 'https://muft.vercel.app']
self.facts = [
"I love Telegram.",
"Not only do I love Telegram, I obsess over it.",
"I loathe Viber.",
"I like chocolate cake.",
"I love football.",
"I don't like my native language, Dhivehi."
]
def get_random_fact(self) -> str:
"""Get a random fact about me."""
return random.choice(self.facts)
if __name__ == "__main__":
me = Me()
print(me.get_random_fact())
π
Hi
it does not matter what you use.
-
Sh.Maaungoodhoo Council Idhaara
- Maldives
-
06:12
(UTC +05:00) - dev.idhaan.me
- @__i701
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.