#!/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
-
Netflix-Subtitles-Everywhere
Netflix-Subtitles-Everywhere PublicThis extention replaces the exiting subtitle fonts on every streaming platform with the Netflix's subtitle font style.
JavaScript
-
Unfollow-Radar
Unfollow-Radar PublicThese 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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.