Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python change terminal name

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)
 
PREVIOUS NEXT
Tagged: #python #change #terminal
ADD COMMENT
Topic
Name
3+9 =