Skip to content
View owen-mp's full-sized avatar
:bowtie:
learning.
:bowtie:
learning.

Block or report owen-mp

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
owen-mp/README.md
class Kae:
    """About my life :3"""
    @property
    def life(self):
        age = 14
        name = "Hassan"
        langs = ["English", "Hindi"]
        games = ["Valorant", "Fortnite", "Minecraft"]

        return age, name, langs, games

    @property
    def setup(self):
        software = ["PyCharm", "Visual Studio Code"]
        specifications = {
            "peripherals": {
                "monitor": "AOC 24GI5N 180hz",
                "keyboard": "Redragon k617 fizz 60%",
                "mouse": "katar pro",
            },
            "build": {
                "CPU": "i5 12400f",
                "GPU": "RTX 3060 12gb Vram",
                "RAM": "XPG Adata 16gb RAM"
            }
        }

        return software, specifications
    
    @property
    def extras(self):
        interested = ["Reverse Engineering", "Networking"]
        working = ["Navium",]

        return interested, working

Pinned Loading

  1. Navium Navium Public

    Browser automation library called Navium.

    Python 1

  2. roblox-auth-intent-reversed roblox-auth-intent-reversed Public

    roblox auth frfr

    JavaScript 3

  3. funcaptcha-deobfuscated funcaptcha-deobfuscated Public

    deobfuscated version of funcaptcha_api.js

    JavaScript 2

  4. hsw-version-retriever hsw-version-retriever Public

    retrieves the hsw version from req.

    Python 1

  5. webgl-renderers webgl-renderers Public

    A list of webgl renderers

    2