考试云平台 - python小工具

deason 5f9042f3f1 update il y a 2 ans
LogView b66fc5bf98 更新 il y a 3 ans
barcodegenerator b66fc5bf98 更新 il y a 3 ans
batchcreateMarker b66fc5bf98 更新 il y a 3 ans
bindpaper b66fc5bf98 更新 il y a 3 ans
createword b66fc5bf98 更新 il y a 3 ans
dataexcute b66fc5bf98 更新 il y a 3 ans
exportQuestionCount b66fc5bf98 更新 il y a 3 ans
exportexamdetail 5f9042f3f1 update il y a 2 ans
exportformarking 209798081b update il y a 3 ans
markingcloud-datagenerator b66fc5bf98 更新 il y a 3 ans
.gitignore 7cba6fa096 update .gitignore il y a 3 ans
README 5f9042f3f1 update il y a 2 ans

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

注意:main.spec文件内的路径是否正确

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