Skip to content
View gautamnag279's full-sized avatar
🐦
typing...
🐦
typing...
  • Bangalore, India
  • 22:13 (UTC +05:30)

Block or report gautamnag279

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gautamnag279/README.md
#!/usr/bin/python
# -*- coding: utf-8 -*-

class SoftwareEngineer:

    def __init__(self):
        self.name = "Gautam Nag"
        self.role = "Software Engineer"
        self.language_spoken = ["en_US", "fr_FR"]

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


me = SoftwareEngineer()
me.say_hi()

Pinned Loading

  1. Netflix-Subtitles-Everywhere Netflix-Subtitles-Everywhere Public

    This extention replaces the exiting subtitle fonts on every streaming platform with the Netflix's subtitle font style.

    JavaScript

  2. Unfollow-Radar Unfollow-Radar Public

    These are scripts for major social platforms (still adding) that show you exactly who you follow but doesn't follow you back. Cause no one likes being left as fan.

    Python