A utility to remotely control your device, over internet.
Clone this repository:
$ git clone https://github.com/johnmanjohnston/remote-control
cd into the project files and install the dependancies
$ cd remote-control
$ pip install -r requirements.txt
TODO
To stop the server from running, visit /killserver
.
It'll throw a KeyboardInterrupt
exception which will stop the server from running.