Skip to content

koftrciali/multi-adb-control

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device Selector

Example Endpoints

This is a simple Python application built with Tkinter that allows you to view connected Android devices via ADB and control them using Scrcpy.

Requirements

  • Python 3.x
  • ADB (Android Debug Bridge) installed and added to the system path
  • Scrcpy installed (download from here)

Installation

  1. Clone this repository:

    git clone https://github.com/BarisSenel/multi-adb-control.git
  2. Install dependencies:

    pip install -r requirements.txt
  3. 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.

  4. Replace the scrcpy_path variable in the script (control.py) with the full path to the Scrcpy executable (scrcpy.exe).

Tested Devices

Tested on Windows with 4 Android Phone.

Usage

  1. Run the application:

    python control.py
  2. The application will display a list of connected devices. You can refresh the list, rename devices, connect to a device, and view debug information.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Control connect adb devices using Scrcpy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%