简体   繁体   English

将带有图像的python脚本转换为exe文件

[英]Convert python scripts with images to exe file

I need to make an exe file from several python scripts.我需要从几个 python 脚本制作一个 exe 文件。 I have main python file that calls 2 other python scripts.我有调用 2 个其他 python 脚本的主 python 文件。 In addition The scripts need few images that present in the same folder.此外,脚本需要很少的图像出现在同一文件夹中。

How do i make this whole to a single exe file?我如何将其全部制作为单个 exe 文件?

Thanks谢谢

您可以使用python的auto-py-to-exe模块...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM