GithubHelp home page GithubHelp logo
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']
        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())

Ashutosh's github activity graph

i701

Abdulla Aidhaan's Projects

bml_notifier icon bml_notifier

Notifications for incoming transactions using bml web api

college-stuff icon college-stuff

Public repo to keep college related things that might be important or handy

daisyui icon daisyui

⭐️ ⭐️ ⭐️ ⭐️ ⭐️  The most popular, free and open-source Tailwind CSS component library

exif-photo-blog icon exif-photo-blog

Photo blog, reporting πŸ€“ EXIF camera details (aperture, shutter speed, ISO) for each image.

instaspot icon instaspot

Static site i made for a small business called Instaspot using django.

meh icon meh

An endless loop of meh.

pl-scrapper icon pl-scrapper

Web scraping the premier league table with requests and bs4

sonner icon sonner

An opinionated toast component for React.

tailwind-nextjs-starter-blog icon tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.

userbot icon userbot

Telegram Userbot built with Pyrogram

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.