A mini google assistant using python which can help you to play song, tell time, tell joke, tell date as well as help you to capure a photo/video.
Imported the required libraries which are -
- speech_recognition as sr
- pyttsx3
- pywhatkit
- datetime
- pyjokes
- cv2
Taking voice command as input and then using if/else statement to run a particular library related to that command and finally getting the required output.