Skip to content
View juzoology's full-sized avatar
💻
On vacation
💻
On vacation

Block or report juzoology

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

About Me

from personality import Developer

class Juzo(Developer):
    def __init__(self, name: str, age: str, langs: list):
        self.name = name
        self.age = age
        self.langs = langs

    @property
    def contact(self):
        telegram = "https://t.me/suivis"
        discord = "https://discord.com/users/1284223948132978882"
        email = "[email protected]"

        return telegram, discord, email

    @property
    def life(self):
        langs = ["French", "English", "Spanish 🤥"]
        age = 15

        return langs, age

    @property
    def coding(self):
        langs = ["Python", "Javascript", "Ruby", "C#", "GoLang (learning)"]

        return langs

if __name__ == "__main__":
    me = Juzo()

Pinned Loading

  1. outlook-gen outlook-gen Public

    📧 Outlook generator (capsolver)

    Python

  2. soundcloud-basic-api soundcloud-basic-api Public

    🎵 A basic Soundcloud api (song_info, download_track, search).

    Python