Git Product home page Git Product logo
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()

0sir1ss's Projects

0sir1ss icon 0sir1ss

Config files for my GitHub profile.

anubis icon anubis

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

buttons icon buttons

A simple to use, interactive session and paginator with custom buttons for discord.py built on github.com/EvieePy/buttons.

carbon icon carbon

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

click-0 icon click-0

c++ autoclicker I made in the span of 10 minutes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.