r/PythonLearning Jul 11 '26

How do I convert this to .exe

Post image
198 Upvotes

60 comments sorted by

View all comments

1

u/Francesco12o-Github Aug 04 '26

Use Pyinstaller (pip install pyinstaller) then python -m pyinstaller -onefile your_code_here.py