+ 1
How do i convert .py to be .exe please help
.py to exe
2 Respuestas
+ 1
Before you ask a question check if
It has been asked before.
This how you do it
Open the terminal on your IDE and type in this:
pip install pyinstaller
pyinstaller install (filename/location)
+ 1
You will find it here 👇
https://www.geeksforgeeks.org/convert-JUMP_LINK__&&__python__&&__JUMP_LINK-script-to-exe-file/