Posts by Paulo Chaves • 71 points
1 post
-
7
votes3
answers44347
viewsA: How to create a python " *.exe" executable?
pyinstaller is cool and simple to use. First you should use a package manager - probably the pip - to install it pip install pyinstaller After installation, just run it: pyinstaller -w…
pythonanswered Paulo Chaves 71