44 lines
825 B
Markdown
44 lines
825 B
Markdown
# Remote-Mouse
|
|
Remote Mouse is a flask + pyautogui app to control a PC from your phone or any other device.
|
|
|
|
# Fixes
|
|
* Fixed scroll direction detection.
|
|
* Fixed right click detection on release.
|
|
|
|
# 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 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.... ](images/pic1.png)
|
|
|
|
# TODO
|