Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 497 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 497 Bytes

Answering_Machine

Answer few commands such as playing songs, showing current time, telling jokes, searching information like Alexa.

  • Install the following packages in your terminal to run the code:
    1. pip install SpeechRecognition
    2. pip install pyttsx3
    3. pip install PyAudio
    4. pip install pywhatkit
    5. pip install pyjokes

Note: If anyone is getting error in installing pyaudio

  Do this in the terminal:
  1. pip install pipwin
  2. pipwin install Pyaudio