Remote-Mouse/README.md

41 lines
750 B
Markdown
Raw Normal View History

2020-07-02 01:07:30 +00:00
# Remote-Mouse
2020-05-28 18:07:53 +00:00
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
2020-06-12 03:38:20 +00:00
``` source venv/bin/activate ```
2020-05-28 18:07:53 +00:00
Windows
2020-06-12 03:38:20 +00:00
``` source venv/bin/Scripts/activate ```
2020-05-28 18:07:53 +00:00
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
2020-06-29 23:01:45 +00:00
* n/a