- 🌍 I'm based in New Delhi
- 🖥️ See my portfolio here.
- ✉️ You can contact me on My Gmail
- 🤝 I'm open to collaborating on an python or web dev project.
class Chitresh():
def __init__(self):
self.name = "Chitresh Gyanani";
self.username = "Chitresh-code";
self.location = "New Delhi, India";
self.twitter = "@chitreshgyanani";
self.web = "https://www.chitresh.in/";
def __str__(self):
return self.name
if __name__ == '__main__':
me = Chitresh()
My GitHub Stats