Turn your Android phone into a mouse (for a Windows system)!
The Android application written in Java sends touch data to the host machine over UDP to a program written in Python which then translates the data into mouse actions.
Click the thumbnail below to view a demo of the project!
The project for the app can be opened in Android Studio and built with the included Gradle files.
To run the server program, cd into the phone-mouse/server/ directory and run pip install -r requirements.py to install the required dependencies.
Then, simply run python server.py.
Note: the program was written in and supports Python 3.
Developed and tested on Windows 10 & Android P.
