#!/usr/bin/python
# -*- coding: utf-8 -*-
class SelfTaughtDeveloper:
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"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SelfTaughtDeveloper()
me.say_hi()
- India
-
17:31
(UTC -12:00) - nani-samireddy.github.io/nani-samireddy/
- in/nani-samireddy
- nani_swamireddy
- https://dribbble.com/nani_samireddy
Highlights
- Pro
Pinned Loading
-
merlin
merlin PublicMerlin 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.
TypeScript
-
localwp-shell
localwp-shell PublicLocalWP 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…
TypeScript 3
-
braille-pad
braille-pad PublicThis 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…
C++ 1
-
-
If the problem persists, check the GitHub status page or contact support.



