Giter Site home page Giter Site logo

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': '[email protected]',
        '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'
    ],
    }

Prastiko Sasmitho's Projects

alphabot-md icon alphabot-md

Base bot WhatsApp multi device / multi perangkat menggunakan lib / api baileys-md. Give star 🌠⭐🌟

catuserbot icon catuserbot

Cat userbot is modified version of xtratgbot and uniborg and ravana repo

one4ubot icon one4ubot

Telegram Userbot Project to helping your Telegram experience based on PaperplaneExtended - Our Support https://t.me/userbotindo

whatsasena icon whatsasena

WhatsAsena project - Makes it easy and fun to use Whatsapp. Also first userbot for Whatsapp

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.