python脚本生成exe文件

sentouceshi / 2024-02-26 / 原文

1、安装pyinstaller模块 python -m pip install pyinstaller

2、python生成exe文件.\pyinstaller.exe .\爬取网页的通用代码框架.py