A Python-based voice assistant that responds to the wake word "Alexa" and executes voice commands.
- Wake Word Detection: Always listening for "Alexa" to activate
- Voice Commands:
- Open websites (YouTube, Google)
- Launch apps/files by name
- Play music from predefined library
- Exit assistant
- Text-to-Speech: Speaks responses using pyttsx3
main.py- Core assistant logic with speech recognition and command handlingmusic_lib.py- Music library with song names mapped to URLs
pip install speechrecognition pyttsx3 pyaudiopython main.pySay "Alexa" to wake the assistant, then give a command like:
- "Open YouTube"
- "Play song"
- "Open notepad"
- "Exit"
The useless folder contains duplicate files and virtual environments - safe to delete.