Python code Convert in exe file | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 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