Python Forum

Full Version: changing Python files to .exe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is the ability already in my Python version 3.9.5 , to change files to .exe ? If not what is the best software to do this ?

Al
Pyinstaller is best tool for this.
Thank You,

Al