Files
padsleep_adb/requirements.txt
T
2026-07-09 23:13:48 +08:00

8 lines
282 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# padsleep_adb 依赖
# 本程序仅使用 Python 标准库,无需额外安装第三方包。
# 系统依赖:adb (Android Debug Bridge)
# 安装: sudo apt-get install adb
#
# TUI 使用 cursesPython 标准库),
# 某些系统需要: sudo apt-get install python3-curses