1. 工具pyinstaller (pip install pyinstaller)2.生成exe (pyinstaller -F -w Capturing_PDFs.py)参数 -F 生成单个文件 -w 去除控制台dos窗口