Answers for "python change terminal name"

0

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)
Posted by: Guest on September-23-2020

Code answers related to "python change terminal name"

Python Answers by Framework

Browse Popular Code Answers by Language