From 465a1f824b7ed94c9cbfa93a5285611e3d917122 Mon Sep 17 00:00:00 2001 From: rose-jinyang <47862419+rose-jinyang@users.noreply.github.com> Date: Mon, 8 Apr 2019 23:17:01 +0800 Subject: [PATCH 1/7] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ba049d8..fe3c10f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # LinVAM Linux Voice Activated Macro +##Status +This project is currently a work-in-progress and is minimally functional. +##Dependencies +- PyQt5 +##Install +- $sudo git clone https://github.com/rose-jinyang/LinVAM.git +##Usage +This script must be run with root privilege because it must hook and simulate input devices such as keyboard, mouse etc. +- $cd LinVAM +- $sudo python ./main.py + From 2c5e1b7d343093c10bb83662acdc8fc8163e151c Mon Sep 17 00:00:00 2001 From: rose-jinyang <47862419+rose-jinyang@users.noreply.github.com> Date: Mon, 8 Apr 2019 23:17:35 +0800 Subject: [PATCH 2/7] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe3c10f..fc2a3fe 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # LinVAM Linux Voice Activated Macro -##Status +## Status This project is currently a work-in-progress and is minimally functional. -##Dependencies +## Dependencies - PyQt5 -##Install +## Install - $sudo git clone https://github.com/rose-jinyang/LinVAM.git -##Usage +## Usage This script must be run with root privilege because it must hook and simulate input devices such as keyboard, mouse etc. - $cd LinVAM - $sudo python ./main.py From 14d10cc3ece27e1eeda39e747e401d26b8d7ac57 Mon Sep 17 00:00:00 2001 From: rose-jinyang <47862419+rose-jinyang@users.noreply.github.com> Date: Mon, 8 Apr 2019 23:48:03 +0800 Subject: [PATCH 3/7] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc2a3fe..2336e13 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Linux Voice Activated Macro ## Status This project is currently a work-in-progress and is minimally functional. -## Dependencies +## Requirements +- python3 - PyQt5 ## Install - $sudo git clone https://github.com/rose-jinyang/LinVAM.git From f7d85074295756152b8bb51f02dd678b431ee516 Mon Sep 17 00:00:00 2001 From: rose-jinyang <47862419+rose-jinyang@users.noreply.github.com> Date: Mon, 8 Apr 2019 23:54:46 +0800 Subject: [PATCH 4/7] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2336e13..8adae40 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ This project is currently a work-in-progress and is minimally functional. - python3 - PyQt5 ## Install -- $sudo git clone https://github.com/rose-jinyang/LinVAM.git +- $sudo pip3 install PyQt5 +- $git clone https://github.com/rose-jinyang/LinVAM.git ## Usage This script must be run with root privilege because it must hook and simulate input devices such as keyboard, mouse etc. - $cd LinVAM -- $sudo python ./main.py +- $sudo python3 ./main.py From b2aaad8adf24b3c1858ccd9d51ce2b45c3e3ff1e Mon Sep 17 00:00:00 2001 From: rose-jinyang <47862419+rose-jinyang@users.noreply.github.com> Date: Tue, 9 Apr 2019 00:38:32 +0800 Subject: [PATCH 5/7] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8adae40..1a98cd3 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,10 @@ This project is currently a work-in-progress and is minimally functional. ## Requirements - python3 - PyQt5 +- python-xlib ## Install -- $sudo pip3 install PyQt5 +- $ sudo pip3 install PyQt5 +- $ sudo pip3 install python-xlib - $git clone https://github.com/rose-jinyang/LinVAM.git ## Usage This script must be run with root privilege because it must hook and simulate input devices such as keyboard, mouse etc. From 4df879e035342e8d7c826cbb13d9c932d7bdc45c Mon Sep 17 00:00:00 2001 From: rose-jinyang <47862419+rose-jinyang@users.noreply.github.com> Date: Tue, 9 Apr 2019 00:40:08 +0800 Subject: [PATCH 6/7] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a98cd3..407d853 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ This project is currently a work-in-progress and is minimally functional. ## Install - $ sudo pip3 install PyQt5 - $ sudo pip3 install python-xlib -- $git clone https://github.com/rose-jinyang/LinVAM.git +- $ git clone https://github.com/rose-jinyang/LinVAM.git ## Usage This script must be run with root privilege because it must hook and simulate input devices such as keyboard, mouse etc. -- $cd LinVAM -- $sudo python3 ./main.py +- $ cd LinVAM +- $ sudo python3 ./main.py From 218e4e4f788327a1e5e668fafa67778c7114640a Mon Sep 17 00:00:00 2001 From: rose-jinyang <47862419+rose-jinyang@users.noreply.github.com> Date: Thu, 11 Apr 2019 20:02:39 +0800 Subject: [PATCH 7/7] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 407d853..4d99824 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,14 @@ This project is currently a work-in-progress and is minimally functional. ## Requirements - python3 - PyQt5 -- python-xlib +- python3-xlib ## Install -- $ sudo pip3 install PyQt5 -- $ sudo pip3 install python-xlib +- $ pip3 install PyQt5 +- $ pip3 install python3-xlib - $ git clone https://github.com/rose-jinyang/LinVAM.git ## 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