简体   繁体   中英

Python 3: how to make .exe from .py

Could someone please give me a step-by-step recipe of sorts for how one makes an exe from a python script in Windows 10? Nowhere can I find detailed instructions.

Also, I need to incorporate a number of .wav files into the final .exe file. How exactly do I do this?

Many thanks.

您可以使用PyInstaller 。它可以选择将所有内容打包到一个文件 exe 中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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