-
大小: 3.38MB文件類型: .gz金幣: 1下載: 0 次發(fā)布日期: 2023-11-07
- 語言: Python
- 標(biāo)簽: python??pyinstaller??
資源簡介
PyInstaller可以將Python源代碼發(fā)布成Win/MacOS等系統(tǒng)中的可執(zhí)行文件。對開發(fā)者而言隱藏了源碼實現(xiàn),保護(hù)了知識產(chǎn)權(quán)。對使用者而言不用裝環(huán)境,傻瓜式的雙擊就可以運(yùn)行程序。我是下載了國外的幾次老下不全,國內(nèi)境像時可用時不可用,從網(wǎng)上找到了這個最新版本,共享大家使用
代碼片段和文件信息
#!/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()
評論
共有 條評論