pyinstaller
Executable creator
A tool for bundling Python applications and their dependencies into standalone executables.
Freeze (package) Python programs into stand-alone executables
12k stars
231 watching
2k forks
Language: Python
last commit: 4 days ago
Linked from 2 awesome lists
bundlepackagepy2apppy2exepyinstallerpythonpython-3python-to-exe
Related projects:
Repository | Description | Stars |
---|---|---|
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,493 |
pyinfra-dev/pyinfra | A tool that transforms Python code into shell commands to manage and deploy infrastructure across various environments such as servers, Docker containers, and local machines. | 3,914 |
pypi/warehouse | A software system that powers the package registry for Python packages | 3,601 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,537 |
pyenv-win/pyenv-win | A tool for managing multiple Python versions on Windows | 4,996 |
pyenv/pyenv | Software that manages multiple versions of the Python programming language | 39,428 |
benfred/py-spy | A tool that lets you visualize what your program is spending time on without modifying the code. | 12,828 |
pyodide/pyodide | Enables the execution of Python code in web browsers and Node.js environments using WebAssembly | 12,273 |
rootm0s/winpwnage | A tool providing various techniques for bypassing Windows User Account Control (UAC), elevating privileges, and persisting on a system. | 2,622 |
pyload/pyload | A high-level download manager written in Python that automates and simplifies the process of downloading files from various sources. | 3,335 |
joerick/pyinstrument | A Python profiler tool used to identify and optimize slow parts of code. | 6,651 |
pytransitions/transitions | An object-oriented finite state machine implementation in Python with many extensions. | 5,771 |
pyinvoke/invoke | A Python library for managing shell-oriented subprocesses and organizing executable code into CLI-invokable tasks | 4,407 |
pyscript/pyscript | Enables execution of Python code in web browsers using WASM and modern web technologies | 17,992 |
mtshiba/pylyzer | A fast and feature-rich static code analyzer and language server for Python | 2,483 |