.py转换成.exe文件

1、进入到pyinstaller.exe所在的目录;

2、在文件路径处输入cmd,进入命令行;

3、执行命令:

pyinstaller -F c:\...\your_python_file.py

你可能感兴趣的:(python)