Hello Everyone ! Well ... I am writing an IRC bot in python. I wish to make stand-alone binaries for Linux and windows of it. And mainly i wish that when the bot initiates .. the console window should hide and the user should not be able to see the window. What can I do for that ? The python way will be better.
|
|
Simply save it with a .pyw extension. This will prevent the console window from opening. |
||
|
|
|
|
In linux, just run it, no problem. In Windows, you want to use the pythonw executable. UpdateOkay, if I understand the question in the comments, you're asking how to make the command window in which you've started the bot from the command line go away afterwards?
I think that's right. In any case, now you can close the terminal. |
||||||||||
|
