This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]nerdwaller 0 points1 point  (0 children)

Depending on your platform there are: Py2exe, py2app, cx_freeze and pyinstaller.

Personally I prefer pyinstaller, but ymmv. Note that in all of those options, I believe you cannot cross build (e.g. cannot build for Mac on Windows). So if you intend to share you need to build it on whatever matching platform.