Posts by user212331 • 11 points
1 post
-
1
votes3
answers5900
viewsA: How do I make a program written in python open with two click’s made one executable?
Use pyinstaller. This will turn your Python into a .exe. The options are: pyinstaller --onefile < tranforma ele em um arquivo só --noconsole < desabilita o console --icon < coloca um icon…