Skip to content
View Kaipullavadivelu's full-sized avatar
πŸ₯±
Simply Waste
πŸ₯±
Simply Waste

Block or report Kaipullavadivelu

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

Hi, I'm Kaipulla | Profile Views

​
import json
from dataclasses import asdict, dataclass


@dataclass
class Stack:
    languages   : tuple[str, ...] = ("Python", "Bash", "HTML", "CSS")
    misc        : tuple[str, ...] = ("Docker", "Linux", "FastAPI")
    ongoing     : tuple[str, ...] = ("Django", "Java", "JavaScript")

    def serialize(self):
        return json.dumps(asdict(self), indent=4)


stack = Stack()
print(stack.serialize())
printf("Hola! Welcome To Kaipulla's World !! 😎"
​

Popular repositories Loading

  1. Auto-Filter-Bot-V2 Auto-Filter-Bot-V2 Public

    Forked from TroJanzHEX/Auto-Filter-Bot-V2

    Python

  2. TorToolkit-Telegram TorToolkit-Telegram Public

    Forked from yash-dk/TorToolkit-Telegram

    Most versatile Telegram torrent, direct-link, mega, and youtube-dl bot. Uploads to various cloud storage like Gdrive, Mega, Telegram, etc.

    Python

  3. botkaca botkaca Public

    Forked from Finitebottutu/botkaca

    Bot that leech (re-upload) internet contents including torrent to telegram

    Python

  4. AutoCaption-Ts_Bot-Clone AutoCaption-Ts_Bot-Clone Public

    Forked from baashabaii/AutoCaption-Ts_Bot-Clone

    Python

  5. ChannelForwardTagRemover ChannelForwardTagRemover Public

    Forked from samadii/ChannelForwardTagRemover

    A simple Telegram bot to remove forward tag from forwarded messages, also works in private. Heroku deployable

    Python

  6. RadioPlayerV2 RadioPlayerV2 Public

    Forked from AsmSafone/RadioPlayerV2

    This Is Advanced Version Of Old Radio Player, An Telegram Bot to Play Radio/Music in Channel or Group Voice Chats.

    Python