• 大小: 3.38MB
    文件类型: .gz
    金币: 1
    下载: 0 次
    发布日期: 2023-11-07
  • 语言: Python
  • 标签: python  pyinstaller  

资源简介

PyInstaller可以将Python源代码发布成Win/MacOS等系统中的可执行文件。对开发者而言隐藏了源码实现,保护了知识产权。对使用者而言不用装环境,傻瓜式的双击就可以运行程序。我是下载了国外的几次老下不全,国内境像时可用时不可用,从网上找到了这个最新版本,共享大家使用

资源截图

代码片段和文件信息

#!/usr/bin/env python
#-----------------------------------------------------------------------------
# Copyright (c) 2013-2020 PyInstaller Development Team.
#
# Distributed under the terms of the GNU General Public License (version 2
# or later) with exception for distributing the bootloader.
#
# The full license is in the file COPYING.txt distributed with this software.
#
# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception)
#-----------------------------------------------------------------------------

# This utility is primary meant to be used when PyInstaller is not
# installed eg. when be run by a git checkout.

from PyInstaller.utils.cliutils.archive_viewer import run
run()

评论

共有 条评论