π£οΈ Jarvis β Python Voice Assistant Jarvis is a simple Python-based voice assistant that can perform basic tasks like opening/closing applications, telling the time, searching YouTube, and responding to simple queries.
π Features π Text-to-Speech using pyttsx3
π Open/Close applications like Chrome, Edge, Notepad, Calculator
β° Tell the current time
π΅ Search YouTube directly from input
π€ Fun responses to custom commands like βWho is Godβ and βWhat is your nameβ
π Exit the assistant by typing stop
π οΈ Technologies Used Python 3.12
pyttsx3 β Text-to-Speech
subprocess / os β To open & close applications
webbrowser β To open YouTube links
datetime β To fetch system time
π¦ Installation Clone the repository
bash Copy Edit git clone https://github.com/your-username/jarvis-project.git cd jarvis-project Install required dependencies
bash
Copy
Edit
pip install pyttsx3
bash Copy Edit python jarvis.py Example Commands: open chrome β Opens Google Chrome
close notepad β Closes Notepad
time β Tells the current time
play β Asks for a YouTube search query
stop β Exits the program
π Notes Works on Windows (paths are set for Windows apps like Chrome, Edge, Notepad, Calculator).
You can modify paths in the code to add more applications.
π· Demo (Optional) Add screenshots or a GIF of your program running if you want.
π€ Author Aditya Korde β 3rd Year BCA Student
π Web Developer & WordPress Developer
π Interest in Software Testing & AI Projects