Skip to content
View luisadha's full-sized avatar
πŸ‡΅πŸ‡Έ
Free Palestine
πŸ‡΅πŸ‡Έ
Free Palestine
Block or Report

Block or report luisadha

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

πŸ™‹β€β™‚οΈ Introdutions

My name is Adharudin you can call me luisadha. from West Java, Indonesian. As an Scripter and Android enthusiast, I'm passionate about Tech, I enjoy playing with Android devices, playing doesn't mean gaming here, playing refers to modding, customizing, styling the homescreen, touching up settings or configurations, and etc. As soon as I get a new Android device, the first thing I do is, install the termux app and root the device if I want to.

I'm always eager to learn new things and meet new people. Looking forward to connecting with you!"

I am currently maintaining a repo

  • mana

And still learning web languages and python.

πŸ‘¨β€πŸ’» Quotes

import json

class Person:
    def __init__(self, name, username, age, hobbies, job):
        self.name = name
        self.username = username
        self.age = age
        self.hobbies = hobbies
        self.job = job

    def to_dict(self):
        return {
            "name": self.name,
            "username": self.username,
            "age": self.age,
            "hobbies": self.hobbies,
            "job": self.job
        }

if __name__ == "__main__":
    me = Person(
        name="Adharudin",
        username="luisadha",
        age=23,
        job="Software engineer",
        hobbies=["code", "game", "music"]
    )
print(json.dumps(me.to_dict(), indent=2))

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies

✍️ Random Dev Quote

πŸ˜‚ Random Dev Meme


πŸ’° You can help me by Donating

BuyMeACoffee

Also visit

Codeberg

Pinned

  1. drawercli drawercli Public

    This cli app supports using termuxlauncher as your primary launcher for Android phones, interactively and easily install. That's simply the Termuxlauncher Add-on built with fzfπŸš€

    Shell 12 1

  2. alrc-termux alrc-termux Public

    Official repo of Alrc-termux is a sourceable file like .bashrc but separate from it.

    Shell 5

  3. ztmexluis ztmexluis Public

    Ztmexluis - Manager collection scripts

    Shell 2

  4. memorandum memorandum Public

    View the contents of a .memo file with this simple cli tool | built with bash + python

    Python 2