This is a voice assistant using Python
- Time
- Google search
- YouTube videos
- Python Standard Library packages:
os
- to perform system operationsrandom
- to generate random filetime
- to get the timewebbrowser
- to display web-based documents
- Third party packages:
gTTS
- Google text-to-speechplaysound
- to play the replypyaudio
- to speak through the microphoneSpeechRecognition
- Google package to recognize speech
Clone or download the Repository and then type the following:
python -m pip install -r requirements.txt
python main.py