Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info> 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, t...@probo.com
Providenza & Boekelheide, Inc.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to