This is a keyboard macro program using voice command project, using keyboard
and snowboy
package.
Basic requirements:
- Python2.7
- Snowboy for python (check out their github for installation)
After compile snowboy, replace snowboydetect.py
and _snowboydetect.so
with your compiled version.
pip install -r requirements.txt
Note: The keyboard package need root permission to run.
sudo python server.py --port 8000
For more optional arguments python server.py --help
The server will be run at localhost:8000
.
To run it automatically when the OS start add the script to /etc/init.d as described here
You will be able to manage your macros via web interface at localhost:8000
Minh Bui.
Contact me via buicongminh2717@gmail.com