You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/usr/bin/python# -*- coding: utf-8 -*-classSelfTaughtDeveloper:
def__init__(self):
self.name="Nani Samireddy"self.role="Flutter and Full stack Web Developer"self.place="India"self.language_spoken= ["tel_IN", "hi_IN", "en_US"]
defsay_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me=SelfTaughtDeveloper()
me.say_hi()
Merlin is an intelligent diagram generation tool that combines the power of Large Language Models (LLMs) with Mermaid.js to create beautiful, interactive diagrams from natural language descriptions.
A lightweight, flexible, and beautifully designed JavaScript library for interactive product tours and feature walkthroughs. Guide your users with elegance and simplicity.
LocalWP Shells is a VSCode extension designed to streamline the process of opening LocalWP site shells directly within VSCode. This extension simplifies the workflow for developers working with Loc…
This project aims to create a simple braille pad for the visually impaired using an ESP32 microcontroller. The pad consists of a 3x2 grid of buttons to input braille characters, which are then conv…