Personal Voice Assistent using python
This voice assistant can perform tasks like greeting, date and time, search a person on Wikipedia and speak, write down on a notepad, open and search on a browser, playing music, search on youtube and taking screenshots, send an Email and many more.
Clone the git repository
$ git clone https://github.com/AyushSatyam/Voice-Assistent.git
Python Packages needed
- SpeechRecognition -->
pip install SpeechRecognition
- wikipedia -->
pip install wikipedia
- webbrowser -->
pip install webbrowser
- smtplib -->
pip install smtplib
- pywin32 -->
pip install pywin32
- pyautogui -->
pip install pyautogui
I have written a complete blog on this project. You can get more information about the code writing step by step. (Blog)
I want to give credit to Python libraries and anyone can use these codes. If you want to know more about licensing, you can find more information of license here