A lightweight Khmer greeting utility for Python
Project description
DC AdbDriver
Credit: Original development by Dai Chao Online
dc-adbdriver is a lightweight Python package for Android device automation using ADB.
It helps developers control devices, manage apps, and automate actions with simple and clear methods.
✨ Features
- Launch and stop applications
- Swipe and tap control
- Text input automation
- Network and latency checks
- Location detection
- APK export and installation tools
- Facebook app management helpers
- Supports Python 3.10+
📦 Installation
Install using pip:
pip install dc-adbdriver
🚀 Usage Example
from adb_tools.device_controller import DeviceController
device = DeviceController(device_id="emulator-5554")
# Launch Facebook
print(device.start_app("com.facebook.katana"))
# Swipe up
device.perform_swipe("up")
# Check network status
print(device.network_status())
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dc_adbdriver-0.0.4.tar.gz.
File metadata
- Download URL: dc_adbdriver-0.0.4.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e14b59b0789315ef5dd3c8f40008bf3b830308a082ac10395c22d70fcadc76cc
|
|
| MD5 |
4015c1684b8a57e717a7175d7fc8a56e
|
|
| BLAKE2b-256 |
c8d81bdc5577ffb3672c54cd260bbc53a46253bb7741a5a9af15f12307bef7e7
|
File details
Details for the file dc_adbdriver-0.0.4-py3-none-any.whl.
File metadata
- Download URL: dc_adbdriver-0.0.4-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53e23c448ad76eb8240de78048edc4c18a450dc3982a0c6020d9eb44067cbb79
|
|
| MD5 |
09cb474062d8c7fada3ec0af89d15e41
|
|
| BLAKE2b-256 |
ee7cdd299872f0617716a7dfd71c29bfff5f71428a9edeeccb441a2d6778e601
|