.PYZ 파일 확장자

Python Application Zip File

개발사 Python Software Foundation
인기도
3.8  |  5 투표
 

PYZ 파일이란 무엇인가요?

A PYZ file is an executable Python application stored in a compressed or uncompressed .ZIP archive. It contains a .PY script (likely named __main__.py) and may also include Python modules, libraries, and resource files. Users package and share Python applications as PYZ files to share with others who can securely run them across different platforms without installation.

추가 정보

You can create a .pyz file using the "zipapp" module in Python's standard library. To create a PYZ file, type the following:

import zipapp

zipapp.create_archive('filename.pyz', interpreter='path_to_python')

참고: PYZ files run in the Python console window, while PYZW files store a Python Windows (GUI) application.

PYZ 파일을 여는 방법

You can open PYZ files with the Python interpreter (beginning with version 2.6) on any platform. For example, you can type the following in Python to run a Python application in a PYZ file: python filename.pyz. You can also run a PYZ file in Windows by double-clicking it.

Since PYZ files are renamed ZIP files, you can open them with a standard compression utility, such as "Windows File Explorer," Apple Archive Utility (macOS), Corel WinZip (Windows), or Corel WinZip Mac (macOS). You may need to rename the file extension from .pyz to .zip.

File Viewer Plus(으)로 400개 이상의 파일 형식을 여세요.무료 다운로드

PYZ 파일을 여는 프로그램

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 Python Application Zip 파일 형식과 Mac, Windows, and Linux 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.