rawpython / remi

Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
Apache License 2.0
3.48k stars 401 forks source link

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

Closed mo-han closed 2 years ago

mo-han commented 2 years ago

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

dddomodossola commented 2 years ago

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