Skip to content

aliHalani/phone-mouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Phone Mouse

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.

Demo

Click the thumbnail below to view a demo of the project!

Phone Mouse Demo

How to Run

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.

Notes

Developed and tested on Windows 10 & Android P.

About

Turn your Android phone into a mouse! Built for Android with Java, and with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors