Skip to content

Latest commit

 

History

History
 
 

Mini Google Assistant

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Mini-google-assistant

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.

Libraries used:

Imported the required libraries which are -

  • speech_recognition as sr
  • pyttsx3
  • pywhatkit
  • datetime
  • pyjokes
  • cv2

Methods Used

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.