Skip to content
View AsmSafone's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@S1-BOTS

Block or report AsmSafone

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

Hi, I'm Safone | 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())
print("Hola! Welcome To Safone's World !! 😎")
​

An image of @asmsafone's Holopin badges, which is a link to view their full Holopin profile

Pinned Loading

  1. MusicPlayer MusicPlayer Public

    A Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls. This is Also The Source Code of The UserBot Which is Playing Music in @S1-BOTS Support Group ❀️

    Python 312 1.1k

  2. RadioPlayerV3 RadioPlayerV3 Public

    An Advanced Telegram Bot to Play Radio & Music in Voice Chat. This is Also The Source Code of The Bot Which is Being Used For Playing Radio in @AsmSafone Channel ❀️ https://radiostay.com - over 100…

    Python 470 875

  3. VideoPlayerBot VideoPlayerBot Public

    An Telegram Bot By @AsmSafone To Stream Videos in Telegram Voice Chat. This is Also The Source Code of The Bot Which is Being Used In Our Support Group! ❀️

    Python 232 696

  4. MegaDL-Bot MegaDL-Bot Public

    A Simple Telegram Bot By @AsmSafone to Download Files From Mega.nz and Upload It to Telegram

    Python 116 234