8 lines
282 B
Plaintext
8 lines
282 B
Plaintext
# padsleep_adb 依赖
|
||
# 本程序仅使用 Python 标准库,无需额外安装第三方包。
|
||
# 系统依赖:adb (Android Debug Bridge)
|
||
# 安装: sudo apt-get install adb
|
||
#
|
||
# TUI 使用 curses(Python 标准库),
|
||
# 某些系统需要: sudo apt-get install python3-curses
|