+ 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
2 ответов
+ 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/
0
ok bro