Skip to content
View Shiroko253's full-sized avatar
:shipit:
Your mon
:shipit:
Your mon

Block or report Shiroko253

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

Developer Shiroko253

pip install -r requirements.txt
from openai import ChatGPT

class Shiroko253:
    def __init__(self):
        self.name = "Shiroko253"
        self.role = "Discord Bot Developer"
        self.interests = ["Rhythm games", "Backend Development", "Cute things"]
    
    def introduce(self):
        print(f"Hi there! I'm {self.name}, a {self.role}.")
    
    def dual_system_roles(self):
        roles = {
            "Linux Mint": "๐Ÿง Discord Bot Development"
        }
        print("๐Ÿ’ป  developer roles:")
        for system, role in roles.items():
            print(f"- {system}: {role}")

if __name__ == "__main__":
    me = Shiroko253()
    me.introduce()
    me.dual_system_roles()

๐Ÿ“Š GitHub Stats

GitHub stats Top Langs


๐Ÿ’ป Common Languages & Tech Stack

  • Python: Main language for Discord Bot projects
  • JavaScript: Secondary Bot language, easy to understand
  • C#: Occasionally used, not my primary language
  • TypeScript: Hope to create some strong projects with it in the future
  • Java: Currently learning

C# CSS3 HTML5 Java JavaScript Node.js Python SQLite TypeScript


๐ŸŽฎ About Me

const me = {
  osuMania: {
    mode: "top!mania",
    globalRanking: "#19,084",
    countryRanking: "#319",
    profile: "https://osu.ppy.sh/u/Shiro253"
  },
  minecraft: "Miya2530",
  honkaiStarRail: "UID: 804179715"
};

console.log(`osu!mania - ${me.osuMania.mode} - Global Ranking ${me.osuMania.globalRanking}, Country Ranking ${me.osuMania.countryRanking}`);
console.log(`Profile: ${me.osuMania.profile}`);
console.log(`Minecraft - ${me.minecraft}`);
console.log(`Honkai Star Rail - ${me.honkaiStarRail}`);

osu! signature card


๐Ÿ’ก Code isn't warm, but with a developer's magic, it can have a heartbeat.

Pinned Loading

  1. DockMon DockMon Public

    Simple cross-platform desktop app for monitoring and managing Docker containers. Real-time status, resource charts, and one-click operations. Supports multi-language UI.

    Python 1