class Jefino:
def __init__(self):
self.name = "Jefino"
self.role = "Full Stack Developer"
self.location = "India,Tamil Nadu"
self.telegram = "@Jefino9488"
self.web = "jefino.is-a.dev"
def __str__(self):
info = f"Name: {self.name}\n"
return info
if __name__ == "__main__":
me = Jefino()
print(me)
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.
-
AiWebTester
AiWebTester PublicThis framework combines Selenium WebDriver with AI capabilities for robust and intelligent web testing, using natural language descriptions to interact with web elements.
Python 1
-
-
forgetMail
forgetMail PublicforgetMail is a Linux-native Gmail to Telegram signal bridge. It polls unread Gmail messages, classifies importance with an LLM, and sends actionable summaries to a Telegram bot chat.
Python 1
-
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.




