PyAndroidControl
Your Remote ADB controller. Control your Android device via python scripts.
Install / Use
/learn @nladuo/PyAndroidControlREADME
PyAndroidControl
Your Remote ADB controller. Control your Android device via python scripts.
Architecture

Usage
1. Install the App
Install PyAndroidControl App, and make sure the App has Root Permission.
2. Write your Logics
Change the simple-control-server/logics.py to what ever you want.
def get_commands(token, img_file):
""" analyze the screenshot and send
commands back to android device """
img_file.save("tmp.png")
print(token)
# your adb shell commands
cmds = [
'input text "111"',
'input text "222"',
'input text "333"',
]
return cmds
3. Control your Device

Remote ADB Control
Mock adb with PyAndroidControl, check remote-adb-control.
-
- Then use the remote-adb-control/control-client/remote_adb_api.py to control your device like using ADB.
License
MIT
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
