Remote Mouse is a flask + pyautogui app to control a PC from your phone or any other device.
Go to file
itdominator 82dfee15f1 Updating config setup to new structure 2021-08-09 13:29:27 -05:00
images Updated image 2020-08-01 02:28:59 -05:00
src Updating config setup to new structure 2021-08-09 13:29:27 -05:00
.gitignore Initial commit 2020-05-28 12:42:59 -05:00
README.md WIP Keycloak implementation 2021-08-02 22:35:19 -05:00
create_venv.sh WIP Keycloak implementation 2021-08-02 22:35:19 -05:00
linux-requirements.txt Reset to working instance... 2021-07-18 21:59:33 -05:00
windows-requirements.txt Reset to working instance... 2021-07-18 21:59:33 -05:00

README.md

Remote-Mouse

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

Fixes

  • Added delete button.
  • Disabled touch zoom-in.

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

Arch/Manjaro

sudo pacman -S base-devel tk scrot

Ubuntu/Debian

sudo apt-get install scrot python3-tk python3-dev

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

python3 -m venv venv/

Linux/Mac source 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