Remote-Mouse/README.md

53 lines
937 B
Markdown
Raw Normal View History

2020-07-10 01:42:40 +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.
2020-07-10 01:39:01 +00:00
# Fixes
2020-07-28 19:10:17 +00:00
* Added delete button.
* Disabled touch zoom-in.
2020-07-10 01:39:01 +00:00
2020-05-28 18:07:53 +00:00
# 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
2021-08-03 03:35:19 +00:00
##### Arch/Manjaro
```sudo pacman -S base-devel tk scrot```
##### Ubuntu/Debian
```sudo apt-get install scrot python3-tk python3-dev```
2020-05-28 18:07:53 +00:00
*** Change directory to Remote-Mouse/ or rename the folder before doing so.
``` python3 -m venv venv/ ```
Linux/Mac
2020-07-10 01:39:01 +00:00
``` source bin/activate ```
2020-05-28 18:07:53 +00:00
Windows
2020-07-10 01:44:26 +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