1 Star 0 Fork 0

小千世界/jx3py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
zhonghua.py 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
小千世界 提交于 2024-09-08 16:07 . add zhonghua.py.
import os
import time
import threading
def run(): # 定义方法
chufapingmu = "adb shell input tap 500 500"
os.system(chufapingmu)
runShouHua()
runZhongHua()
timer=threading.Timer(650,run) # 每秒运行
timer.start() # 执行方法
def zidongzhonghua():
t1=threading.Timer(1,function=run) # 创建定时器
t1.start() # 开始执行线程
def runShouHua():
shouhua = "adb shell input tap 1180 340"
os.system(shouhua)
time.sleep(1)
print('点击收花')
yijian = "adb shell input tap 1400 675"
os.system(yijian)
print('点击一键收花')
time.sleep(5)
def runZhongHua():
zhonghua = "adb shell input tap 1180 340"
os.system(zhonghua)
time.sleep(1)
print('点击种植')
quxiaozhongzi = "adb shell input tap 1185 136"
os.system(quxiaozhongzi)
print('取消当前种子')
time.sleep(1)
quxiaozhongzi = "adb shell input tap 1185 136"
os.system(quxiaozhongzi)
print('选择新的种子')
time.sleep(1)
xiuqiuhua = "adb shell input tap 150 150"
os.system(xiuqiuhua)
time.sleep(1)
print('选中绣球花')
zhiru = "adb shell input tap 690 600"
os.system(zhiru)
time.sleep(1)
print('置入')
yijian = "adb shell input tap 1400 675"
os.system(yijian)
print('点击一键种花')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qipiaoyang/jx3py.git
[email protected]:qipiaoyang/jx3py.git
qipiaoyang
jx3py
jx3py
master

搜索帮助