Skip to content

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

License

Notifications You must be signed in to change notification settings

TelechaBot/CaptchaCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaptchaCore

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

调用说明

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

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

注意

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

效果示例

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages