Software Alternatives & Reviews

How do I package my python code into an executable I can send to my friend who does not have python?

WinPython nuitka Inno Setup
  1. The easiest way to run Python, Spyder with SciPy and friends out of the box on any Windows PC...
    Pricing:
    • Open Source

    #Python IDE #Text Editors #IDE 19 social mentions

  2. 2
    Nuitka is a Python compiler.
    Pricing:
    • Open Source
    Try nuitka BTW I have used the mentioned here pyinstaller, pex … last time I needed to this, nuitka worked flawlessly and better than pyinstaller.

    #Website Builder #Website Design #CMS 36 social mentions

  3. Inno Setup is a free installer for Windows programs.
    If you want an actual "installer", check out Inno Setup. It will take your WinPython or PyInstaller directory and install it like a real program, including creating shortcuts and all the rest if you want it to.

    #Package Builder #Package Distribution #Website Builder 46 social mentions

Discuss: How do I package my python code into an executable I can send to my friend who does not have python?

Log in or Post with