Skip to content
View ALEIXMINE's full-sized avatar

Block or report ALEIXMINE

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

ALEIXMINE's GitHub stats

Hi there 👋 I'm ALEIXMINE17


from dataclasses import dataclass
from typing import Tuple


class Meta(type):
    def __new__(cls, name, bases, attrs):
        new_cls = super().__new__(cls, name, bases, attrs)
        return dataclass(unsafe_hash=True, frozen=True)(new_cls)


class Bio(metaclass=Meta):
    name        : str = "ALEIXMINE17"
    designation : str = "Full-Stack Developer, Game Developer"
    base        : str = "Spanish"
    website     : str = "aleixmine.github.io"


class Stack(metaclass=Meta):
    languages   : Tuple[str, ...] = ("Python", "Batch", "Node.js", "Spigot API")
    databases   : Tuple[str, ...] = ("Mongo")
    frontend    : Tuple[str, ...] = ("HTML", "JS", "CSS", "React")


class Social(metaclass=Meta):
    youtube     : str = "ALEIXMINE17"
    twitter     : str = "aleixmine17"

Stats

ALEIXMINE's GitHub stats Top Langs


Popular repositories Loading

  1. ALEIXMINE.github.io ALEIXMINE.github.io Public

    JavaScript 2

  2. ALEIXMINE ALEIXMINE Public

    Config files for my GitHub profile.

  3. simple-actions simple-actions Public

    Es un modulo de Python, que permitira hacer aciones

    Python

  4. game-pass-roblox-creator game-pass-roblox-creator Public

    This is a project to easily create roblox game passes.

    JavaScript

  5. JOEL-exercises JOEL-exercises Public

    Aquest repositori conte els exercicis de JO-EL.

    Python

  6. pyqrwifi pyqrwifi Public

    Is a gui for create wifi qr for Android.