Hiding console window

Peter Hansen peter at engcorp.com
Thu Mar 18 08:51:25 EST 2004


Lucas Raab wrote:

> I'm looking to play a joke on a friend and I'm wondering if there's a way to
> not show or hide the DOS console. My friend doesn't have python so I have to
> compile it to an EXE.

Use py2exe to compile Python programs to EXEs.

You would need to define what "hide" means to you to get a useful answer 
to the first part of the question.  I would just click on the "close" 
gadget in the upper right corner, if I wanted to "hide" a DOS console...

-Peter



More information about the Python-list mailing list