Skip to content
View Akarata's full-sized avatar
๐Ÿ™‚
Don't know what to do
๐Ÿ™‚
Don't know what to do
Block or Report

Block or report Akarata

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

Hi, I'm Prastiko welcome to my github profile ๐Ÿ‘‹

Built with โ™ฅ


My Music Activity :


Spotify-Now
Spotify-Recent Last.FM

My github stats :


Akarata's github stats

Top Langs

visitors

Hits

from dataclasses import dataclass
from typing import Tuple


class Meta(type):
    def __new__(cls, name, bases, attrs):
        for attr in attrs:
            if not attr.startswith("_"):
                __annotations__[attr] = Tuple[str, ...]
        attrs["__annotations__"] = __annotations__
        new_cls = super().__new__(cls, name, bases, attrs)
        new_cls = dataclass(new_cls)
        return new_cls


class Stack(metaclass=Meta):
    languages   = ("Python", "Bash")
    ongoing     = ("C")


print("A little more about me")

Akarata = {
    'pronouns': 'he' or 'him' or 'his',
    'fullname': 'Prastiko Sasmitho',
    'nationality': ['Indonesia', 'ID'],
    'location': 'Jakarta,ID',
    'contact': {
        'email': 'prastiko46@gmail.com',
        'website': 'https://gmail.com',
    },
    'about': [
        '18 y.o' ,
        'A fan of python',
        'I\'m considering myself as a runner. (even tho rarely do it) xd',
        'Love editing & design',
        'Human.',
        'If i\'m born again i just want to be myself'
    ],
    }

Pinned

  1. Akarata Akarata Public