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

Highlights

  • Pro

Block or report sangamhoni

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

whoami whoami whoami

<about_me />

class Sangam:
    def __init__(self):
        from datetime import datetime
        self.full_name = "Sangam Subedi"
        self.preferred_name = "Sam"
        self.pronouns = ["he", "him", "his"]
        self.date_of_birth = 2004
        self.age = datetime.now().year - self.date_of_birth
        self.code = ["Python", "C", "HTML", "CSS", "JS"]
        self.ask_me_about = ["graphic design", "dig. marketing", "music", "coffee"]
        self.passions = ["graphic design"]
        self.interests_and_hobbies = ["touch typing", "chess", "ping pong"]
        self.knowledge = {
            "OOP": True,
            "data_structures_and_algorithms": True
        }
        self.frameworks_and_modules = ["Tkinter", "Turtle", "Pandas", "Curses"]

 

<tech_stack />

Python C HTML5 CSS3 JavaScript Git Figma Photoshop Illustrator

 

<say_hello />

Linkedin Instagram Gmail X
 

<gh_stats />

sangamhoni Languages

 

 

Ko-Fi BuyMeACoffee Patreon

Visitors

Pinned Loading

  1. harmonisync harmonisync Public

    A platform for musicians to create, share, and learn music sheets across multiple instruments. Upload your own, collaborate with others, and enhance your skills in a vibrant community!

    Python 2 2

  2. typing-bad typing-bad Public

    WPM typing test but you type quotes from Breaking Bad. Built using Curses (Python).

    Python

  3. 30DaysOfCode-Python 30DaysOfCode-Python Public

    code dump: learning and projects throughout my 30 days of learning py

    Python 2

  4. calc-gui calc-gui Public

    A gui-based calculator built using python (tkinter).

    Python