标签: python tkinter terminal window
当我运行我的Tkinter应用程序时,命令行/终端打开。如何在不调用命令行/终端会话的情况下运行我的应用程序?
答案 0 :(得分:1)
使用“.pyw”扩展名而不是“.py”保存文件。