rawpython / remi

Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] How to run a REMI app (python script) without console?

mo-han opened this issue · comments

even in "standalone" mode, there is a console together with the GUI window.
any way to get rid of that console?

Run the script with pythonw.exe instead than python.exe.