rakibsanto/jarvis — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python personal assistant called Jarvis in this repo. Since it looks like there’s only one Python file right now, keep it lightweight and easy to run from the terminal.

I want it to feel like a basic helper I can talk to by typing commands. It should greet me, understand simple requests like asking for the time or date, opening common websites, doing a quick web search, and exiting cleanly when I say goodbye. If a command isn’t understood, it should respond politely and tell me what it can do.

Please make the code beginner friendly, organized, and not overly complicated. Add clear comments where they help, handle errors gracefully, and include a short usage message when the script starts so I know what to type. If you need to check current Python docs or common ways to open links from Python, look them up online.

Want more depth? Deep Reverse