Air-Mouse icon indicating copy to clipboard operation
Air-Mouse copied to clipboard

Android touch and sensors controlled mouse cursor(Accelerometer and light intensity)

Results 1 Air-Mouse issues
Sort by recently updated
recently updated
newest added

To make sure everyone (and even you when your ip will change) can use this app you can use socket to get the host ip. ```python hostname=socket.gethostname() ip_address=socket.gethostbyname(hostname) ``` https://github.com/the-vishal/Air-Mouse/blob/30d4d1f47171243953a242ad080e9de11958ac56/Air_Mouse.py#L7