Module to control your android phone using code
Project description
android-controller
A python module to control your android phone
Installation
Prerequisites
- Pip
- adb installed and added to PATH
Using PyPi (recommended)
Open a command prompt and run:
pip install android_controller
From source
Open a command promp and clone this repo. Now cd to that folder and run:
pip install .
Usage
The package can be imported using:
import android_controller
Most of the times devices connect to adb automatically, but if they don't you can use:
android_controller.connect(host) #host is where your device is connected to. For example, bluestacks would be localhost:5555
You can then check which devices are connected using:
connections = android_controller.checkConnections()
This will return a list with the names of all connected devices. Please make sure you only have one device connected, otherwise the module might not work properly.
Distributing
All distributions are welcome. There are quite some functions that are less commonly used I left out, but they can of course still be added.
License
This project is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file android_controller-1.0.tar.gz
.
File metadata
- Download URL: android_controller-1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4df78a3a56800395c1db392f37a7ea3ed773ab84517ebd0c86079e236177d266 |
|
MD5 | c5531e3015f1f23e1fd109518cd2c8ab |
|
BLAKE2b-256 | 7c5cc0fa039f91677332fb3e4b70ba8032be06aa995b419814a12e751e84d7bd |
File details
Details for the file android_controller-1.0-py3-none-any.whl
.
File metadata
- Download URL: android_controller-1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ffda050cc6e8add576760b5cff59f90a080001baef1c4cea332360fd03b8971 |
|
MD5 | 512d3c8372eec7e7d7fe92765f32ae7b |
|
BLAKE2b-256 | 9f1ae49851ce4004353e55f3de18b8f8228b3f30c4b62b75f6905349317f0062 |