Skip to content
View Achu2234's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Achu2234

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

Hey There! | 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("Thank You Very Much. Stay Tuned With Us !!"
​

Pinned

  1. SaberUserBot SaberUserBot Public

    𝐴 π΄π‘‘π‘£π‘Žπ‘›π‘π‘’π‘‘ π‘Žπ‘›π‘‘ π‘π‘œπ‘€π‘’π‘Ÿπ‘“π‘’π‘™ π‘ˆπ‘ π‘’π‘Ÿπ‘π‘œπ‘‘ πΉπ‘œπ‘Ÿ π΄π‘›π‘–π‘šπ‘’ πΏπ‘œπ‘£π‘’π‘Ÿπ‘ 

    Python 10 6

  2. AnonymousChatBot AnonymousChatBot Public

    Simple Chat Bot In English

    Python 10 21

  3. Heroku-Manga-DL-Bot Heroku-Manga-DL-Bot Public archive

    A simple manga dl bot in telegram

    Python 10 23

  4. TelegramQuranReader TelegramQuranReader Public

    A Telegram Bot That Help To Read Quran without closing Telegram

    Python 10 12