How to test gyroscope in application on PC

Hi might find funny but I would like to test gyroscope for an android application on PC. For now I just build it and then test it on my device but as it would grow this process might become tedious. I can test all functionalitys of the application via Play but don’t know how to test the functions involving gyroscope.
I have no formal knowledge about Unity and no one to ask, all I have learned is via Internet

You can use Unity Remote to send input from your device (touch, gyro, accelerometer etc.) to the editor, and also to send video stream from the editor back to display on your device without needing to recompile each time.