This is a small project that reads voice input and responds with a cleverbot or wolfram aplha.
It also has some built in commands like shutdown, play music and open and close programs.
##Cleverbot.py
Comments/pull requests/feedback welcome!
import cleverbot
cb1 = cleverbot.Cleverbot()
print cb1.ask('Hi. How are you?")
- Python2.7
- Requests
- SpeechRecognition