# Build Your Own Alexa Assistant This project shows how to build a basic Alexa-like voice assistant using Python. It listens to voice commands, answers questions, performs searches, tells the time, and can be extended easily. ## Features - Voice recognition (SpeechRecognition) - Text-to-Speech (pyttsx3) - Online search functionality - Time and date responses - Custom command support - Extendable skills system ## Installation ```bash pip install -r requirements.txt