-
大小: 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()
相关资源
- python代码_新冠状病毒仿真器
- Maya Programming with Python Cookbook
- PDFPlumber:从PDF文件提取文字和表格的
- Boost.Python中文文档
- 链路预测 python
-
Pythonsc
ript_full_0.9.0.1.zip - pycharm pymssql python3.6
- matplotlib win32 python2.7画图包
- django简易学生成绩管理
- python+keras+deeplearning
- 基于python的小车走黑线
- python cookbook(第3版)高清中文完整
- 生成Python代码控制流图
- ml-agents-master
- 从视频中分离前景目标的Python & Matl
- 百度图像自动识别程序
- xlrd-1.2.0.tar
- python3.7离线帮助文档英文原版
- 爬取优酷电影代码
- Python开发五子棋小游戏
- 《Python Cookbook》第三版中文完整版
- 黑马2017Python课程配套笔记
- Python空间分析教程
- numpy-1.12.1rc1-cp27-none-win_amd64.whl
- 《Python 3.6 入门指南》中文版
- Python核心编程第二版完整版_高清中文
- Python核心编程第二版中文.pdf
- Tkinter教程第二版.pdf
- python机器学习-音乐分类器实现
- 免费Python性能分析与优化.pdf
评论
共有 条评论