Skip to content
View yupix's full-sized avatar

Highlights

  • Pro

Organizations

@TeamOrangeServer @TeamPimcServer
Block or Report

Block or report yupix

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

Hello there! I'm yupix

class Cat:
    def __init__(self, name: str, age: int):
        self.name: str = name
        self.age: int = age

    def say_meow(self) -> None:
        print('%s(%s): meow' % (self.name, self.age))


def main():
    cat = Cat('yupix', 0)
    cat.say_meow()


if __name__ == '__main__':
    main()

Favorite Tech

python java bash typescript react vue javascript html-5 css-3

Contact Me

My Discord Server

akarinext banner

Other

The girl who is purring "meow" is on this site. author

Pinned

  1. MiPA MiPA Public

    Python Misskey Bot Framework

    Python 26 6

  2. MiPAC MiPAC Public

    Misskey Python API Core

    Python 15 4

  3. Mi.py Mi.py Public archive

    An API wrapper for creating Misskey bots in Python.

    Python 15 4

  4. intsl-v intsl-v Public

    INTSL の後継版です。互換性はありません。(サーバーリストは1.1.0から引き継ぎ不可です)

    Shell 1

  5. TeamBlackCrystal/hexo_ayuki_blog TeamBlackCrystal/hexo_ayuki_blog Public archive

    あゆきblogのソース

    JavaScript 1

  6. TeamBlackCrystal/misskey TeamBlackCrystal/misskey Public archive

    Forked from mei23/misskey-v11

    あゆすきー(仮)(ayuskey)

    TypeScript 11 2