Python code Convert in exe file | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Python code Convert in exe file

how to convert python language code in exe setup or file?

14th Feb 2018, 4:56 PM
Ujjwal Kumar
Ujjwal Kumar - avatar
2 Answers
+ 6
You can use cx_freeze, nuitka or py2exe to do that.
14th Feb 2018, 6:06 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 21
also don't forget to use setup tools ;) they are easier to use
14th Feb 2018, 9:26 PM
warlord
warlord - avatar