Skip to content
View mmayura's full-sized avatar
  • hell

Sponsoring

@thororen1234

Block or report mmayura

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
mmayura/README.md

About Me

from typing import Tuple, List, Dict



class Mayura:
    pass



class Attributes(Mayura):
    @property
    def contact(self) -> Tuple[str, str, str]:
        discord = "x3f"
        return discord



    @property
    def life(self) -> Tuple[List[str], int]:
        langs  = ["English", "Spanish"]
        age    = 17
        return langs, age
	


    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
        langs = {
            "expert"       : ["python"],
            "intermediate" : ["go", "batch"],
            "learning"     : ["powershell", "c++"]
        }
       
        specialities  = ["web/app reverse engineering", "fullstack", "ai"]
        ide           = ["VsCodium"]
        pc            = {
            "Windows": {
                "custom": {
                    "processor": "AMD ryzen 7 5800X | 8 cores",
                    "ram"      : "32gb",
                    "gpu"      : "nvidia 3060 | 5888 CUDA cores"
                }
            }
        }

	return langs, specialities, ide, pc

Skills

Popular repositories Loading

  1. mmayura mmayura Public

  2. mayura mayura Public

    PowerShell

  3. konji konji Public

    PowerShell

  4. words words Public

  5. Install Install Public

    Forked from ScoopInstaller/Install

    📥 Next-generation Scoop (un)installer

    PowerShell

  6. EeveeSpotifyReborn EeveeSpotifyReborn Public

    Forked from whoeevee/EeveeSpotifyReborn

    A tweak to enhance Spotify experience

    Swift