Skip to content
View notspeezy's full-sized avatar
🌴
I may be slow to respond.
🌴
I may be slow to respond.

Block or report notspeezy

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

speezyw

import random, os

os.system("cls") if os.name == "nt" else os.system("clear")

class ReadMe:
    def __init__(self, username: str, age: str, location: str, language: str):
        self.username = username
        self.age = age
        self.location = location
        self.language = language

    
    def About(self):
        contacts = {
            "discord_server": "https://discord.gg/hcaptcha",
            "youtube_channel": "https://youtube.com/c/speezyw",
            "contacts": [
                "sp#5084 on discord",
                "@notspeezy on telegram",
                "@hzmicid on instagram"
            ]
        }
        print(f"Hi, my name is {self.username} and I am {self.age} years old.")
        print(f"I live in {self.location}")
        print(f"Self learner of {self.language}")
        print("Where could you contact me?")
        print(f"Discord Server: {contacts['discord_server']}")
        print(f"YouTube Channel: {contacts['youtube_channel']}")
        print(f"Social: {random.choice(contacts['contacts'])}")
        input("Press enter when you're done reading.")

    
if __name__ == "__main__":
    os.system("title About me & mode con: cols=90 lines=30")
    ReadMe(
        "speezy",
        "16",
        "France",
        "Python"
    ).About()
Output: 
Hi, my name is speezy and I am 16 years old.
I live in France
Self learner of Python
Where could you contact me?
Discord Server: https://discord.gg/hcaptcha
YouTube Channel: https://youtube.com/c/speezyw
Social: @notspeezy on telegram
Press enter when you're done reading.

Popular repositories Loading

  1. x444-Nuker x444-Nuker Public

    Fastest nuker on discord written in py

    Python 31 52

  2. Mail-Bomber Mail-Bomber Public

    Simple mail bomber written in py

    Python 6 1

  3. PhoneLookup-main PhoneLookup-main Public

    Simple lookup which shows you some infos about a phone number

    Python 3 1

  4. Discord-Token-Cleaner Discord-Token-Cleaner Public

    Purifier, a powerful and fast way to clean all your tokens. You'll save a lot of money using this cleaner, enjoy ‎😃

    Python 2 2

  5. Tellonym-Username-Checker Tellonym-Username-Checker Public

    A simple tellonym checker which checks if usernames that you provided are taken or not. Pretty cool for people who wants to have a 3/4 letters username.

    Python 1 1

  6. Discord-Token-Formatter Discord-Token-Formatter Public

    Simple token formatter, formats all your mail:pass:token tokens to token only format.

    Python 1 1