Page 2 of 2
Re: How to run *.py(w) _without command line popping out_?
Posted: Sun Jan 05, 2025 2:53 pm
by dusoft
kov_serg wrote: ↑Sun Jan 05, 2025 7:10 am
Even more io.popen has same behaviour. It pops up console window if no console enabled.
This problem inside love code.
But why you try to use python with love2d? You can use python
pyglet for example.
Thanks for mentioning pyglet, it looks like a nice framework I could use for my python (GUI) projects sometime.
Re: How to run *.py(w) _without command line popping out_?
Posted: Sun Jan 05, 2025 3:09 pm
by kov_serg
Pyglet is more like love2d. But for gui in python try
flet first
Re: How to run *.py(w) _without command line popping out_?
Posted: Sun Jan 05, 2025 4:15 pm
by dusoft
kov_serg wrote: ↑Sun Jan 05, 2025 3:09 pm
Pyglet is more like love2d. But for gui in python try
flet first
Not to kidnap/OT this thread, flet = flutter is out of my scope at the moment. Thanks.