JayMakwana0810/Jarvis_Code_main ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python voice assistant called JARVIS that can control my computer with normal spoken commands.
I want to be able to say things like open Chrome, search the web, launch VS Code, open folders, manage files, and send a message to someone with my voice. It should listen for my command, understand what I want, do the task on my computer, and then speak back a short confirmation. I also want it to handle multi step requests like open an app and then do the next thing without me repeating myself.
Keep it simple and practical, focused on everyday computer tasks. If you need to look up current docs online for any libraries or APIs, go ahead. Make sure the code is organized so the different parts like voice input, speech output, web search, file actions, window control, mouse and keyboard actions, and memory are separated cleanly and easy to extend later.
Are you gonna build this?
make sure you review the code using coderabbit