Linux Voice Activated Macro
Go to file
rose-jinyang 8279d77e42 added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
.idea added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
__pycache__ added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
keyboard initial commit 2019-04-08 22:20:07 +08:00
model/en-us added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
pynput initial commit 2019-04-08 22:20:07 +08:00
README.md added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
command.list added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
commandeditwnd.py added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
commandeditwnd.ui added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
keyactioneditwnd.py initial commit 2019-04-08 22:20:07 +08:00
keyactioneditwnd.ui initial commit 2019-04-08 22:20:07 +08:00
main.py added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
mainwnd.ui initial commit 2019-04-08 22:20:07 +08:00
mouseactioneditwnd.py initial commit 2019-04-08 22:20:07 +08:00
mouseactioneditwnd.ui initial commit 2019-04-08 22:20:07 +08:00
pauseactioneditwnd.py initial commit 2019-04-08 22:20:07 +08:00
pauseactioneditwnd.ui initial commit 2019-04-08 22:20:07 +08:00
profileeditwnd.py added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
profileeditwnd.ui initial commit 2019-04-08 22:20:07 +08:00
profileexecutor.py added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
profiles.dat added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
set_kws_threshold.py added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
ui_commandeditwnd.py added the initial version for voice command spotting 2019-04-17 11:52:40 +08:00
ui_keyactioneditwnd.py initial commit 2019-04-08 22:20:07 +08:00
ui_mainwnd.py initial commit 2019-04-08 22:20:07 +08:00
ui_mouseactioneditwnd.py initial commit 2019-04-08 22:20:07 +08:00
ui_pauseactioneditwnd.py initial commit 2019-04-08 22:20:07 +08:00
ui_profileeditwnd.py initial commit 2019-04-08 22:20:07 +08:00

README.md

LinVAM

Linux Voice Activated Macro

Status

This project is currently a work-in-progress and is minimally functional.

Requirements

  • python3
  • PyQt5
  • python3-xlib

Install

Usage

This script must be run with root privilege because it must hook and simulate input devices such as keyboard, mouse etc.

  • $ cd LinVAM
  • $ xhost +
  • $ sudo python3 ./main.py