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())
📝 Documentation
fixed bugs and added more features
Error: checking network status
App installed: True
Added to home screen: True
Added to change time zone: True
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
dc_adbdriver-0.0.8.tar.gz
(9.9 kB
view details)
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.8.tar.gz.
File metadata
- Download URL: dc_adbdriver-0.0.8.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60a4efc1e4f4a093fe7fa6ec8247a5c7c7c73159b4753d660cd3e676fb9378a3
|
|
| MD5 |
8f8c9d4c966b561147c086f7c1c5105b
|
|
| BLAKE2b-256 |
b53617d1268b32c2c35577e821c942496db795a555689e829949f39674228630
|
File details
Details for the file dc_adbdriver-0.0.8-py3-none-any.whl.
File metadata
- Download URL: dc_adbdriver-0.0.8-py3-none-any.whl
- Upload date:
- Size: 10.5 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 |
4421a57df3a69fc7ee5ce5f65fc5642d3a0f863f07eb439ea5286bc9eeda6edf
|
|
| MD5 |
96f9587f8a673caeb8db5cc876db1bc8
|
|
| BLAKE2b-256 |
8e95745da79c2e42544adf411dc898c7fbadc95d6ab2c12bd3e30c8822b5e2a4
|