geekdoc-python-zh/docs/pythonlibrary/python-101-episode-43-creat...

667 B

Python 101:第 43 集使用 PyInstaller 创建可执行文件

原文:https://www.blog.pythonlibrary.org/2019/01/24/python-101-episode-43-creating-executables-with-pyinstaller/

In this screencast, we will learn how to turn your Python code into a Windows executable file using the PyInstaller project. https://www.youtube.com/embed/j8tDywvrnJU

你也可以在这里阅读本视频所依据的章节,或者在 Leanpub 上找到这本书

Python 101 cover

Python 101