Bu komutla exe'ye dönüştürülürse, arkada yine console açık olur. Haberiniz olsun. Hiçbir şekilde konsol olmaması için şu komut kullanılmalı:pyinstaller deneme.py --onefile
Generate Executable Binary From Python Program - Pyinstaller - Tech Monger
We will learn to convert python code to binary which can be deployed across different platforms.techmonger.github.io
Kod:
python pyinstaller.py --noconsole file.py