Best way to convert your Python 3.7 / 3.8 program into a shareable executable? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Best way to convert your Python 3.7 / 3.8 program into a shareable executable?

Has anyone out there built a program that included imports and then was able to somehow convert it into an executable that could be shared, such that when the person clicked on the program name, the program ran on their computer???

11th Mar 2020, 11:54 PM
Troy Kelley
Troy Kelley - avatar
2 Respostas
+ 2
Yes it is possible to make an executable out of a python script, There are alot of methods but i suggest using pyInstaller. A quick google search will get you started.
12th Mar 2020, 12:32 AM
Creeper FRM
Creeper FRM - avatar
0
Windows 10
14th Mar 2020, 2:14 PM
Troy Kelley
Troy Kelley - avatar