考试云平台 - python小工具

deason 4e55d24e47 update 2 年之前
LogView b66fc5bf98 更新 3 年之前
barcodegenerator b66fc5bf98 更新 3 年之前
batchcreateMarker b66fc5bf98 更新 3 年之前
bindpaper b66fc5bf98 更新 3 年之前
createword b66fc5bf98 更新 3 年之前
dataexcute b66fc5bf98 更新 3 年之前
exportQuestionCount b66fc5bf98 更新 3 年之前
exportexamdetail 4e55d24e47 update 2 年之前
exportformarking 209798081b update 3 年之前
markingcloud-datagenerator b66fc5bf98 更新 3 年之前
.gitignore 7cba6fa096 update .gitignore 3 年之前
README e194c8239b update 2 年之前

README

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



Python安装打包组件:
pip install pyinstaller

执行打包方式1(注意环境变量路径问题):
pyinstaller --onefile main.py

执行打包方式2:
cd exportexamdetail
pyinstaller main.spec

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