How could I turn my python file to an exe one? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 4

How could I turn my python file to an exe one?

17th Apr 2018, 8:36 PM
Nahi Bul
Nahi Bul - avatar
3 Réponses
+ 3
py2exe
17th Apr 2018, 11:03 PM
ALTernative
ALTernative - avatar
+ 2
cx_freeze py2exe few examples, I've used cx_freeze only :)
17th Apr 2018, 11:02 PM
Markus Kaleton
Markus Kaleton - avatar
+ 2
I read about installing pyinstaller then using it via cmd to package any py file.. just by writing commands.. I thought there could be other ways. py2exe seems the better choice.. thanks guys.
18th Apr 2018, 8:40 AM
Nahi Bul
Nahi Bul - avatar