考试云平台 - python小工具

deason 421cb07219 update 1 år sedan
LogView b66fc5bf98 更新 3 år sedan
barcodegenerator b66fc5bf98 更新 3 år sedan
batchcreateMarker b66fc5bf98 更新 3 år sedan
bindpaper b66fc5bf98 更新 3 år sedan
createword b66fc5bf98 更新 3 år sedan
dataexcute b66fc5bf98 更新 3 år sedan
exportQuestionCount b66fc5bf98 更新 3 år sedan
exportexamdetail 421cb07219 update 1 år sedan
exportformarking 209798081b update 3 år sedan
markingcloud-datagenerator b66fc5bf98 更新 3 år sedan
.gitignore 7cba6fa096 update .gitignore 3 år sedan
README da8a252ba2 update 1 år sedan

README

barcodegenerator 美术阅卷压测图片生成工具
batchcreateMarker 云阅卷批量生成评卷员工具
bindpaper 云平台批量绑定调卷规则工具
createword word公式转图片工具
exportexamdetail 云平台试卷下载为pdf格式
LogView 日志采集平台
markingcloud-datagenerator 云阅卷测试数据生成工具
dataexcute 成绩分析数据计算比对脚本
exportQuestionCount 导出题库or卷库各课程的试卷数量和各课程的小题数量



安装依赖:
pip install bs4
pip install requests
pip install pdfkit

Python安装打包组件:
pip install pyinstaller

执行打包:
cd exportexamdetail
pyinstaller main.spec

注意:main.spec文件内的路径是否正确、环境变量路径问题

https://www.runoob.com/python/python-tutorial.html