Python code Convert in exe file | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuestas
+ 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