Skip to content

fisheye36/micro-commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-commander

An application that lets you control your operating system using speech.

System Requirements

  • python3.5

Installation

Run make install or

  • manually create virtualenv
  • pip install -r requirements.txt

PyCharm configuration

  • Right click on src and test, then Mark Directory as > Sources Root
  • To configure virtualenv: Settings > Project: micro-commander > Project Interpreter
  • To configure tests: Settings > Tools > Python Integrated Tools > Testing > Default test runner = pytest

Hints

  • run make help
  • In case of PyAudio collecting issue, your device probably does not have the portaudio library. Please consider installig the module by typing sudo apt-get install libasound-dev or building it manually.

Authors

About

An application that lets you control your operating system using speech.

Resources

License

Stars

Watchers

Forks

Packages

No packages published