在电脑范畴,Beta软件也能代表电脑软件的测试版,通常指的是公开测试版,提供一般使用者协助测试并回报问题。详见软件出版周期。 -β 版本
- 附加:1.3 版本新增了user.json选项 以后允许用户对脚本进行更多的自定义项目
{
"waitTime":"0.5",
"NightMode":"0",
"autoMode":{
"fillchart":"1",
"singleSelect":"1",
"combine":"1",
"multiselect":"1"
}
}
waittime:点击默认延迟,规避错误 automode:0:只显示答案 ,1:做题 nightmode:全自动答题
- 由于 beta 版也可能存在bug,所以我引入了自动暂停机制,其次所有正确答案输出在屏幕上,便于手动点击。
2.1beta 效率 2.0beta效率 脚本运行时间2min23s,正确率98.62% 1.3版本的效率(由于我用的是热点 ,延迟大 好几次都是词达人服务器拉跨,所以你们应该还会快一点)
2.1: 2020.4.25 simpified code and logic fillchart : add copy optimize voice question logic and judgement ,speed up the effenction added new autoMode and print mode for just print the ans no rolltime any longer fix can not auto stop bug fix some annoying bug
使用GPL协议,如果要用代码的话建议先去看看什么是GPL协议 GPL协议官方中文版
- 环境配置 我们的release 版本均采用 Win10 64 bit 环境配置,32bit理论通用,由于加载库的原因,目前尚未支持Linux以及mac os。安装最新的python3 及 pip
- 执行
安装依赖库
pip install pyautogui
pip install pytesseract
- 用你的IDE打开并修改,编译