Posts by Vinicius Andrade • 21 points
1 post
-
2
votes1
answer146
viewsA: Convert . py files to . exe files
if you wish to have obligatorily an . exe, use pyinstaller. Remember that you will have to install it. pyinstaller <nome_do_arquivo> if you want to have a binary file, use py_compile that…