Skip to content
View haxgun's full-sized avatar
✨
✨
Block or Report

Block or report haxgun

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
haxgun/README.md
class haxgun:
    def __init__(self):
        self.name = "Misha Gusev"
        self.role = "Junior Python-developer"
        self.languages = ["ru_RU", "en_US"]
        self.code = ["Pascal", "Python", "HTML", "CSS", "SCSS", "JS"]
        self.tools = ["Git", "GitHub", "VSC", "PyCharm PRO"]
        self.os = ["Windows", "Linux", "macOS"]
        self.learning = ["Django", "DRF", "Flask", "React", "Docker", "SQL", "SQLite", "MySQL", "PostgreSQL"]
        self.hobbies = ["πŸ€", "πŸƒπŸ»β€β™‚οΈ", "πŸ’ͺ🏻", "πŸ“š", "✨"]

    def social_links(self):
        self.email = "misha@avion.space"
        self.website = "https://haxgun.github.io/"
        self.telegram = "https://t.me/haxgun"
        self.vk = "https://vk.com/haxgun"

    def say_hi(self):
        print("Hi! I hope you find something useful among these things :)")


me = haxgun()
me.say_hi()

Pinned

  1. Milady Milady Public

    🎧 The ultimate accessory to display the current Spotify track for your Stream.

    Vue

  2. Valory Valory Public

    πŸ“ˆ Custom Stream Overlay for Valorant players

    JavaScript 7 2

  3. Ryzentosh Ryzentosh Public archive

    OpenCore EFI for Ryzen 5600G & MSI B450M PRO-VDH PLUS with a working iGPU and dGPU

    Shell 31 3

  4. GloryCanvas GloryCanvas Public

    Creates a profile picture based on Dota 2 data

    Python