Skip to content
View Haz3-jolt's full-sized avatar

Highlights

  • Pro

Block or report Haz3-jolt

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

Hello there πŸ‘‹

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Hari Srinivasan"
        self.role = "Software Developer"
        self.language_spoken = ["en_US", "ta.IN", "hi.IN"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

πŸ”§ Technologies & Tools

Programming Languages:

Python Kotlin C C++ Objective-C

πŸ† GitHub Trophies

trophy

Pinned Loading

  1. DasaBot DasaBot Public

    A Discord bot designed to provide information about cutoffs, college lists, and closest airports.

    Python 6

  2. Finger-tracking-gestures Finger-tracking-gestures Public

    A python program which uses OpenCV to track the fingers of a person, and then executes commands if it detects a relevant

    Python 8 1