Steven D'Aprano <[email protected]> wrote:
>
>You might find this useful, or just for fun, but on POSIX systems (Linux,
>Unix, Apple Mac, but not Windows) you can change the title of the
>terminal window from Python.
Just for completeness, this is also possible in Windows, assuming you have
installed py32win, which virtually every Windows Python user does:
import win32console
win32console.SetConsoleTitle(msg)
--
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.
--
https://mail.python.org/mailman/listinfo/python-list