Skip to content
View onlyluphy's full-sized avatar

Block or report onlyluphy

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
onlyluphy/README.md

Stars Views

About Me

from typing import Tuple, List, Dict

class luphy:
    pass

class Attributes(luphy):
    @property
    def contact(self) -> Tuple[str]:
        discord = "https://discord.gg/62qGmsHQaX"
        return discord,

    @property
    def life(self) -> Tuple[List[str], int]:
        langs = ['French', 'English']
        age = None
        return langs, age

    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str]]:
        langs = {
            'intermediate': ['python', 'js'],
            'learning': ['go', 'c++', 'ruby']
        }
        specialities = ['web client/server side', 'pentest', 'ai']
        ide = ['sublimetext']
        return langs, specialities, ide

Skills

Popular repositories Loading

  1. NodeSearch NodeSearch Public

    a Python command-line tool that allows you to search for vulnerabilities (CVEs) and publicly available exploits from multiple sources:

    Python 4

  2. onlyluphy onlyluphy Public

    2