how can i convert my python code file to exe(executable) fyi :i got a python ai file so i can share it to other | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how can i convert my python code file to exe(executable) fyi :i got a python ai file so i can share it to other

moderator help

1st Oct 2020, 5:17 PM
victor bamidele
victor bamidele - avatar
2 Answers
+ 2
You can use pyinstaller. Install it via cmd: pip install pyinstaller Then you can convert your file to exe with pyinstaller. https://www.geeksforgeeks.org/convert-JUMP_LINK__&&__python__&&__JUMP_LINK-script-to-exe-file/
1st Oct 2020, 5:33 PM
Sadness
Sadness - avatar
0
ok bro
1st Oct 2020, 9:06 PM
victor bamidele
victor bamidele - avatar