Remote Mouse is a flask + pyautogui app to control a PC from your phone or any other device.
Go to file
Maxim Stewart 74da483bc5 fixed click, mod rate changes 2020-06-28 23:04:16 -05:00
images initial push... 2020-05-28 13:25:39 -05:00
src fixed click, mod rate changes 2020-06-28 23:04:16 -05:00
.gitignore Initial commit 2020-05-28 12:42:59 -05:00
LICENSE Initial commit 2020-05-28 12:42:59 -05:00
README.md fixed click, mod rate changes 2020-06-28 23:04:16 -05:00
linux-requirements.txt cleanup, improvements, etc 2020-06-11 22:38:20 -05:00
windows-requirements.txt cleanup, improvements, etc 2020-06-11 22:38:20 -05:00

README.md

Dropper

Remote Mouse is a flask + pyautogui app to control a PC from your phone or any other device.

Notes

  • Need python 2+
  • Make sure to change the port in the start script as needed. Have fun!
  • For Linux you will need to do sudo -i before running the script.

Setup

*** Change directory to Remote-Mouse/ or rename the folder before doing so.

python3 -m venv venv/

Linux/Mac source venv/bin/activate

Windows source venv/bin/Scripts/activate

Linux/Mac pip install -r linux-requirements.txt

Windows pip install -r windows-requirements.txt

cd src/

Linux/Mac ./linux-start.sh

Windows ./windows-start.sh

Images

1 Interface....

TODO

8 n/a