Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (16.4k points)

I've utilized a few modules to make EXEs for Python, yet I don't know whether I'm doing it right. 

How could I approach this, and why? If it's not too much trouble, base your answers on close to home insight, and give references where important.

1 Answer

0 votes
by (26.4k points)

Auto PY to EXE: A .py to .exe converter utilizing a basic graphical interface constructed utilizing Eel and PyInstaller in Python. 

py2exe is presumably what you need, yet it just chips away at Windows. 

PyInstaller deals with Windows and Linux. 

Py2app actually works at the Mac.

Interested to learn python in detail? Come and Join the python course.

Related questions

0 votes
1 answer
asked Sep 27, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...