https://github.com/adityamangal1/pyinstaller-module
PyInstaller bundles a Python application and all its dependencies into a single package.PyInstaller supports Python 3.5 and correctly bundles the major Python packages such as NumPy, PyQt, Django,and others.
https://github.com/adityamangal1/pyinstaller-module
pyinstaller pyinstaller-extractor python-programming-language python3
Last synced: 7 months ago
JSON representation
PyInstaller bundles a Python application and all its dependencies into a single package.PyInstaller supports Python 3.5 and correctly bundles the major Python packages such as NumPy, PyQt, Django,and others.
- Host: GitHub
- URL: https://github.com/adityamangal1/pyinstaller-module
- Owner: adityamangal1
- License: mit
- Created: 2020-09-05T18:13:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T07:19:48.000Z (almost 5 years ago)
- Last Synced: 2025-04-18T07:51:41.040Z (7 months ago)
- Topics: pyinstaller, pyinstaller-extractor, python-programming-language, python3
- Language: HTML
- Homepage:
- Size: 10.3 MB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyinstaller Mdoule
PyInstaller bundles a Python application and all its dependencies into a single package. The user can run the packaged app without installing a Python interpreter or any modules. PyInstaller supports Python 3.5 or newer and correctly bundles the major Python packages such as NumPy, PyQt, Django, wxPython, and others.
PyInstaller is tested against Windows, Mac OS X, and GNU/Linux. However, it is not a cross-compiler: to make a Windows app you run PyInstaller in Windows; to make a GNU/Linux app you run it in GNU/Linux, etc.
