Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to change the title of a console app in python

#First install win32 do that by typing this in the cmd: pip install win32
import win32console

win32console.SetConsoleTitle("You title here!")

 
PREVIOUS NEXT
Tagged: #How #change #title #console #app #python
ADD COMMENT
Topic
Name
8+6 =