Releases: Murlors/QCBL_Report_Print_Automation
Releases · Murlors/QCBL_Report_Print_Automation
Release list
v2.2.0
Full Changelog: v2.1.0...v2.2.0
修复了大量已知bug。
同时将默认线程数下调至2,以防止HTTP 403。
使用前务必先安装wkhtmltopdfhttps://wkhtmltopdf.org/downloads.html,否则无法正常打印。
v2.1.0
Full Changelog: v2.0.0...v2.1.0
修复了大量改用并发处理以及弃用selenium所产生的bug。
HTTP请求以及打印失败时会尝试延迟fail_delay重试n_tries,若仍不成功,则会在打印结束后将打印失败的题目列出。
使用前务必先安装wkhtmltopdfhttps://wkhtmltopdf.org/downloads.html,否则无法正常打印。
v2.0.0
1、弃用selenium,全面改用request和beautifulsoup。
2、并发打印,提升了打印速度。
3、打印任务不再堵塞主线程。
4、打印时添加进度条。
5、打包弃用pyinstaller,改用nuitka。
使用前务必先安装wkhtmltopdfhttps://wkhtmltopdf.org/downloads.html,否则无法正常打印。