📜  python 更改终端名称 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:49.291000             🧑  作者: Mango

代码示例1
import os
os.system('TITLE Your title here')
# Note, this will work with any Windows cmd command
# (Assuming you're using this on a Windows computer)