Skip to main content

This is the first test of a ADB interface for Python

Project description

Python-ADB-Tools

Installation

You can install this package via pip pip install python_adb_utils

or

pip3 install python_adb_utils

Usage:

To use these tools you only need to import and create an instance of AdbUtils()

from adb_utils import AdbUtils

adb_instance = AdbUtils()


Available Methods

get_connected devices()

This method will return you a list of tuples having the device name and Android version for that specific version.

install_app(device=device_name, apk=path_to_apk)

Installs an app to the chosen device.

unistall_app(device=device_name, package=package_name)

Uninstalls an app

is_device_connected(device=device)

Returns True if a device is connected.

is_app_installed(device=device_name, package=package_name)

Check if an app is installed on a specific device.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_adb_utils-0.0.8.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

python_adb_utils-0.0.8-py3-none-any.whl (1.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page