This virtual assistant is my soul development project. Following modules and language is being used:
- Python version 3.8.3 - https://www.python.org
- pyttsx3 module - https://pyttsx3.readthedocs.io/en/latest/
- datetime module - https://docs.python.org/3/library/datetime.html
- speech_recognition module - https://pypi.org/project/SpeechRecognition/
- wikipedia module - https://pypi.org/project/wikipedia/
- smtplib module - https://docs.python.org/3/library/smtplib.html
- webbrowser module - https://docs.python.org/2/library/webbrowser.html
- urllib module - https://docs.python.org/3/library/urllib.html
- BeautifulSoup module - https://pypi.org/project/beautifulsoup4/
- os module - https://docs.python.org/3/library/os.html
*NOTE - The project is not complete. And hence may require many more modules to be added.
*I am very thankful to https://pypi.org for such wonderful packages.