Skip to content
View dharsan19's full-sized avatar
💻
👨🏻‍💻
💻
👨🏻‍💻

Block or report dharsan19

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
dharsan19/README.md

Hello, World !!! I'm Dharsan

aboutMe.py:

class AboutMe:
    def __init__(self):
        self.pronouns = ["He", "Him"] 😎
        self.education = ["B.Tech CSE @SRMIST"] 👨🏻‍💻
        self.code = ["Python 🐍"]
        self.skills = ["Devops", "IOT"]
        self.hobbies = ["R&D 🧑‍💻"]

    def quote(self):
        while True:
            print("Eat 🍰")
            print("Sleep 🛌")
            print("Code 👨🏻‍💻")
            print("Repeat 🔁")

MY STATS 📊 :

monkeytype.badge CodeChef

GitHub Streak

github activity graph

My Machines 💻:


Pinned Loading

  1. dharsan19 dharsan19 Public template

    Python 1 1

  2. turtle-race-game-using-python turtle-race-game-using-python Public

    A fun Python mini-game using the turtle graphics library where players bet on a turtle’s color and watch them race to the finish line. 🎮🐢

    Python

  3. snake-game-using-python snake-game-using-python Public

    🎮 A classic Snake Game built with Python 🐍 using the Turtle graphics module. Eat the food 🍎, grow longer, track your score 🏆, and avoid crashing into walls 🚧 or your own tail 🔁. Simple, fun, and ad…

    Python