/CaptchaCore

识别核心,自动生成题目文本,易用简单

Primary LanguagePythonMIT LicenseMIT

CaptchaCore

识别核心,自动生成题目文本,简单易用

调用说明

# 意思就是从模块文件夹调用模块文件,然后访问.Importer
import CaptchaCore

some = CaptchaCore.Importer().pull(difficulty_limit=5, model_name="数学题库")
print(some)

注意

调用时每次创建一次(create)都会重新生成问题。

效果示例

({'question': '1mol 有机物 C24H88 完全燃烧消耗多少mol氧气?(只答出数字并四舍五入)', 'type': 'text'}, {'rightKey': 46})