Mirror Android Device to Computer and Control with Python

Опубликовано: 09 Май 2025
на канале: PYIO Automate
23,761
403

I will demonstrate how to mirror your devices screen to your computer and how to use python to control your device allowing you to automate a bunch of tasks.

1) Connect device to computer via USB
2) Enable developer options
3) Enable USB debugging
4) Download and open scrcpy
5) Install pure-python-adb * scrcpy must be running for a connection to be formed
6) Enable Pointer Location

SCRCPY Download
https://github.com/Genymobile/scrcpy Get screencopy

Code used in video
https://github.com/pyioautomate/Contr...