Hey Developers! What is the best library to create an .exe Python script? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Hey Developers! What is the best library to create an .exe Python script?

.exe python lib creator

12th Oct 2017, 9:32 PM
José Mendes
José Mendes - avatar
2 Answers
+ 1
There are several well known .py to .exe converters. Check out py2exe (http://www.py2exe.org/index.cgi/Tutorial) and pythoninstaller (http://www.pyinstaller.org) for starters; Google knows plenty more options.
13th Oct 2017, 6:42 PM
Nic
+ 1
I use cx freeze... check this too :)
24th Oct 2017, 6:40 PM
Parsa Haddad