class Me:
def __init__(self):
self.name = "Mouad"
self.discord = "mouad.0"
self.telegram = "@mouadscriptz"
self.projects_in_bound = ["HCaptcha Solver (UD)"]
def present(self):
print("ππ Welcome to my Profile! ππ")
print("\n - Information - ")
print(f"Name: {self.name}")
print(f"Discord: {self.discord}")
print(f"Telegram: {self.telegram}")
print("Projects:")
for idx, project in enumerate(self.projects_in_bound, start=1):
print(f" {idx}. {project}")
me = Me()
me.present()
π
h
Pinned Loading
-
Discord-Account-CreatorPY
Discord-Account-CreatorPY PublicThe revive of discord token generators with latest discord patches using tls client
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.