How To Convert Python Files In .EXE

 


In this post we are going to convert your Python File into .exe file. We need to install pyinstaller . If you don't know how to install pyinstaller you need to type pip install pyinstaller in your Command prompt or Terminal. Firstly open the directory where the your Python File is saved and Press Shift + Right Click & Open Windows PowerShell. Please see the Images carefully.

After Opening Windows PowerShell Window type pyinstaller.


Now type pyinstaller .your file name


Now, In same directory the various file is automatically generated. 


Now, Your .exe file is generated that file is present in dist folder.


Hurry! Our .exe file is generated now share this files to your friends

If you want to create a single file the process of single file is explain in another post Stay Tuned.






Post a Comment

Previous Post Next Post