pyinstaller — Easy Playground
Bundle Python apps into standalone executables
Getting started with pyinstallerRun locally
Install
pip install pyinstallerPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: pyinstaller)
pyinstaller is a third-party package. Bundle Python apps into standalone executables. Install with: pip install pyinstaller
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?