I\'m running several instances of a certain Python script on a Windows machine, each from a different directory and using a separate shell windows. Unfortunately Windows giv
Since you're only going to be running this on Windows (IOW, there's not a cross-platform way to do this):
Inside of your script, you can change the title of the console with the function
win32console.SetConsoleTitle("My Awesome App")