This is created as a Desktop assistant which will help you to search wikipedia, open google, open youtube, stackover flow you may add various other webbrowsers you wish to open this also tells us time , wish us according to time after starting, sends emails, and answers quries you fitted in it.
this recognises our voice and react according to funtions fitted in it. You can develop it according to need and wish.
1)pip install pyttx3 2)pip install speechRecognition 3)pip install wikipedia
1)import pyttsx3 2)import speech_recognition as sr 3)import datetime 4)import wikipedia 5)import webbrowser 6)import os 7)import smtplib