Skip to content
View 0sir1ss's full-sized avatar
Block or Report

Block or report 0sir1ss

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
0sir1ss/README.md
from GitHub import ReadMe

class osiris(ReadMe):
    def __init__(self):
        self.username = "0sir1s"
        self.name = "James"
        self.language = "English"
        self.used_programming_languages = ["Python", "Javascript", "Typescript", "C++"]
        self.location = "United Kingdom"
        self.education = "2nd Year of Computer Science"

    def about(self):
        print(f"""
Hi, I'm {self.name}, or {self.username} online.
In my free time I create projects to help deepen my understanding of code. I find the more you build, the faster you learn.
I have previously used the following programming languages ordered from most to least used: {', '.join(i for i in self.used_programming_languages)}.
You may find some of these projects on my GitHub profile.""")

me = osiris()
me.about()

Pinned

  1. Anubis Anubis Public

    A Python script to obfuscate and protect your code through anti debuggers, junk code and custom encryption.

    Python 299 37

  2. Carbon Carbon Public

    A Python script to obfuscate and protect your code by renaming classes, functions, variables and remove comments and docstrings.

    Python 89 13