项目作者: mattbui

项目描述 :
A keyboard macro using voice command project
高级语言: Python
项目地址: git://github.com/mattbui/voice_macro.git
创建时间: 2018-05-12T03:44:15Z
项目社区:https://github.com/mattbui/voice_macro

开源协议:

下载


Voice Macro

This is a keyboard macro program using voice command project, using keyboard and snowboy package.

home_page

Installation

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.

  1. pip install -r requirements.txt

Usage

Running server

Note: The keyboard package need root permission to run.

  1. 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

Manage macros

You will be able to manage your macros via web interface at localhost:8000

form_page

Author

Minh Bui.

Contact me via buicongminh2717@gmail.com