Giter Club home page Giter Club logo
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()

Mouad scriptz's Projects

free-limiteds-sniper icon free-limiteds-sniper

A OP tool that waits for a limited to go OnSale then buys it up to 100 times per second

hcaptcha-image-scraper icon hcaptcha-image-scraper

A fast HCaptcha images scraper that scrapes challenge images and questions for whatever you need them for.

token-onliner icon token-onliner

Puts all discord tokens in file online with customizable status and bio! Edited by me not sure who the original creator is.

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.