You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Python based voice assisstant built using Microsoft Sapi5 which performs tasks when active. It can respond to queries using Google Search, Wikipedia, Stackoverflow and YouTube, and can perform tasks of opening coding IDE, telling time, writing and sending e-mails.
Following pip modules are needed to replicate the code commands:-
pip install pipwin
pipwin install pyaudio
pip install pyttsx3
pip install speechRecognition
pip install wikipedia
About
This is a Python based voice assisstant built using Microsoft Sapi5 which performs tasks when active. It can respond to queries using Google Search, Wikipedia, Stackoverflow and YouTube, and can perform tasks of opening coding IDE, telling time, writing and sending e-mails.