Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Its-VrxxDev's full-sized avatar
:dependabot:
Newbie
:dependabot:
Newbie

Block or report Its-VrxxDev

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Its-VrxxDev/README.md

MasterHead

About Me

from typing import Tuple, List, Dict

class Vex:
    pass

class Attributes(Vex):
    @property
    def contact(self) -> Tuple[str, str, str]:
        discord  = "vrxx.py"
        telegram = "t.me/vrxx1337"
        youtube  = "vrxxsobad1337"
        email    = "[email protected]"

        return discord, telegram, proton

    @property
    def life(self) -> Tuple[List[str], int]:
        langs = ['VietNam', 'English']
        age   = 18
		
        return langs, age
	
    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str]]:
        langs = {
            'expert'      : ['python'],
            'learning'    : ['java', 'js']
        }
        environnement = ['termux']

	return langs, environnement

   

   

Popular repositories Loading

  1. zlapi zlapi Public archive

    Zalo API for Python (Unofficial)

    Python 67 57

  2. Image-Captcha-Solver Image-Captcha-Solver Public

    Simple Image Captcha Bypass using an imagetotext.net API

    Python 1 2

  3. Its-VrxxDev Its-VrxxDev Public