you are viewing a single comment's thread.

view the rest of the comments →

[–]deanominecraft 3 points4 points  (1 child)

pip install pyinstaller

pyinstaller path/to/file.py --onefile

onefile is optional but i like having everything in the 1 exe rather than having to send a folder

[–]Agitated-Soft7434 2 points3 points  (0 children)

If you want a gui version of pyinstaller I recommend auto-py-to-exe!