Karthik-PM / Answering_Machine

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Answering_Machine

Answer few commands such as playing games , showing current hours , telling joke, 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

You can do this easily by running pip install -r requirements.txt

Note: If anyone is getting error in installing pyaudio

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

About

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


Languages

Language:Python 100.0%