This is a simple Python application built with Tkinter that allows you to view connected Android devices via ADB and control them using Scrcpy.
- Python 3.x
- ADB (Android Debug Bridge) installed and added to the system path
- Scrcpy installed (download from here)
-
Clone this repository:
git clone https://github.com/BarisSenel/multi-adb-control.git
-
Install dependencies:
pip install -r requirements.txt
-
Add ADB to the system path. If you haven't done so already, download ADB from the Android Developers website and follow the instructions to add it to your system path.
-
Replace the
scrcpy_path
variable in the script (control.py
) with the full path to the Scrcpy executable (scrcpy.exe
).
Tested on Windows with 4 Android Phone.
-
Run the application:
python control.py
-
The application will display a list of connected devices. You can refresh the list, rename devices, connect to a device, and view debug information.
This project is licensed under the MIT License - see the LICENSE file for details.