Python Forum

Full Version: How do i turn my program into a .exe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,
So I've created this program that I want to release to other people. But I would like to change it to a .exe, instead of a .py. Does someone know how to do this?

Thanks in advance!
Pyinstaller has been for a while(many years) a very good Python library for this.
There are a lot of Thread/Posts on this forum or web about this so search.
The documentation of Pyinstaller is also really good.
My lasted was a test of Pygame to .exe with Pyinstaller,one post of many about the subject.