To convert a python script to .exe follow these steps:
1. Install the PyInstaller package - more info here
2. [Optional] Save the attached SolveXia icon in the folder where your script is
3. Run the following command on the CMD/terminal:
pyinstaller.exe --icon=svx.ico --onefile --noconsole nameofyourscript.py
*note if you are not adding the icon, remove that parameter from the above code.
Comments
0 comments
Please sign in to leave a comment.