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

Block or report 0sir1ss

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 = "2 Years 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 programming languages and concepts. I find the best way to learn is through experience. 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 Loading

  1. Anubis Anubis Public

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

    Python 322 46

  2. Carbon Carbon Public

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

    Python 99 11