LinVAM/README.md

18 lines
471 B
Markdown
Raw Normal View History

2019-04-09 00:13:16 +10:00
# LinVAM
Linux Voice Activated Macro
2019-04-09 01:17:35 +10:00
## Status
2019-04-09 01:17:01 +10:00
This project is currently a work-in-progress and is minimally functional.
2019-04-09 01:48:03 +10:00
## Requirements
- python3
2019-04-09 01:17:01 +10:00
- PyQt5
2019-04-09 02:38:32 +10:00
- python-xlib
2019-04-09 01:17:35 +10:00
## Install
2019-04-09 02:38:32 +10:00
- $ sudo pip3 install PyQt5
- $ sudo pip3 install python-xlib
2019-04-09 02:40:08 +10:00
- $ git clone https://github.com/rose-jinyang/LinVAM.git
2019-04-09 01:17:35 +10:00
## Usage
2019-04-09 01:17:01 +10:00
This script must be run with root privilege because it must hook and simulate input devices such as keyboard, mouse etc.
2019-04-09 02:40:08 +10:00
- $ cd LinVAM
- $ sudo python3 ./main.py
2019-04-09 01:17:01 +10:00