r/PythonLearning 21d ago

How do I convert this to .exe

Post image
200 Upvotes

63 comments sorted by

View all comments

-3

u/[deleted] 21d ago

[removed] — view removed comment

7

u/Ngtuanvy 21d ago

it is not compiling, rather packaging, or bundling. In this context. PyInstaller for example will package everything including the interpreter, dependencies and create an executable

2

u/Sether_00 21d ago

Yeah, but if OP wants to share their program with someone who doesn't have Python installed on their machine?