Is there any way at all to use the android module on windows? I have been trying to make a speech recognition program on windows (which has been a tough thing since it has to work offline) and I noticed this: Offline Speech Recognition in qpython3
But that's qpython, and I need that module named 'android' from qpython somehow to be able to use this: http://mattfenlon.com/2010/11/14/sl4a-speech-recognition-and-transcription/
I tried pip install android, that didn't work.