📜  pyinstaller onefile 隐藏窗口 - 任何代码示例
📅  最后修改于: 2022-03-11 14:55:51.808000             🧑  作者: Mango
代码示例1
you can use -w option in Pyinstaller.
for example,
pyinstaller -F -w FILENAME
you can learn more by excute
pyinstaller -h