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.

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
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