class Jefino:
def __init__(self):
self.name = "Jefino"
self.role = "Full Stack Developer"
self.location = "India,Tamil Nadu"
self.telegram = "@Jefino9488"
self.web = "jefino9488.vercel.app"
def __str__(self):
info = f"Name: {self.name}\n"
return info
if __name__ == "__main__":
me = Jefino()
print(me)
- Chennai
-
15:35
(UTC +05:30) - jefino9488.vercel.app
- https://orcid.org/0009-0006-9009-2499
- @Jefino29014673
- in/jefino9488
- https://t.me/Jefino9488
Highlights
Pinned Loading
-
-
Fastboot-Flasher
Fastboot-Flasher PublicThis tool is designed to simplify and secure the process of flashing ROMs, boot images, and TWRP on Android devices.
-
AI_Chatbot
AI_Chatbot PublicThis project implements an AI chatbot that can converse with users, generate images based on prompts, and extract text from PDF files to use as context for chat interactions. It uses the Gemini mod…
-
Ai-Chatbot-Zapy
Ai-Chatbot-Zapy PublicAi powerd chat bot uses predefined functions and keyword to do some special activities
-
Code_Community
Code_Community PublicA real-time chat app for developers, built with React, Firebase, and Tailwind CSS. Features encrypted messaging, password-protected rooms, and Google authentication. Ideal for coding collaboration!
JavaScript 2
-
HyperMod-Builder
HyperMod-Builder PublicHyperMod-builder is a workflow designed to streamline the process of building custom ROMs for various devices. This project allows for easy customization and patching of recovery ROMs based on the …
If the problem persists, check the GitHub status page or contact support.