TopSup icon indicating copy to clipboard operation
TopSup copied to clipboard

答题辅助决策:头号英雄等答题类游戏

Results 100 TopSup issues
Sort by recently updated
recently updated
newest added

![qq 20180115222110](https://user-images.githubusercontent.com/5186603/34946607-7ce8d88c-fa42-11e7-888c-cb6b0c33ef05.png)

![1](https://user-images.githubusercontent.com/31958003/34901938-94905304-f84c-11e7-86aa-0c0c832a71b6.png) ----------------问题修改 运行下面这行: print("\033[1;33m Hello World. \033[0m \n"); 显示的不是带颜色的hello world,而是 Hello World.  是不是电脑少装了点啥?

tesseract言字旁总会变成i,郁闷啊。

Traceback (most recent call last): File "GetQuestionTessIos.py", line 9, in from common import ocr, methods File "/Users/konan/konan/HookTools/TopSup/common/methods.py", line 9, in import urllib.parse ImportError: No module named parse

D:\TopSup-master>python GetQuestionTessAndroid.py 采用方式 1 获取截图 Traceback (most recent call last): File "GetQuestionTessAndroid.py", line 20, in question, choices = ocr.ocr_img(img) File "D:\TopSup-master\common\ocr.py", line 95, in ocr_img choices.pop(1) IndexError: pop index out...

用方式 3 获取截图 Traceback (most recent call last): File "GetQuestionTessAndroid.py", line 20, in question, choices = ocr.ocr_img(img) File "/Users/liuyang/Downloads/TopSup-master/common/ocr.py", line 88, in ocr_img if (choices[0].endswith('?')): IndexError: list index out of...

外挂启动后报错如下,请问是什么原因? ------ 答题外挂已启动 采用方式 2 获取截图 Traceback (most recent call last): File "/Users/wangpeng52/Downloads/TopSup-master/GetQuestionTessAndroid.py", line 21, in question, choices = ocr.ocr_img(img) File "/Users/wangpeng52/Downloads/TopSup-master/common/ocr.py", line 64, in ocr_img question = pytesseract.image_to_string(question_im, lang='chi_sim',...

resptext = requests.get('http://htpmsg.jiecaojingxuan.com/msg/current',timeout=5).text resptext _dict = json.loads(resptext )

question = img.crop((160,480,1280, 700)) # 锤子 M1L choices = img.crop((170, 760, 1330, 1422))

改写下脚本,使其运行时能选择APP。不用每次改参数。