pywry icon indicating copy to clipboard operation
pywry copied to clipboard

Close python script when closing the window

Open thewh1teagle opened this issue 2 years ago • 2 comments

Depends on https://github.com/OpenBB-finance/pywry/issues/85 The script should closed after the window is closed

thewh1teagle avatar Aug 29 '23 00:08 thewh1teagle

Sorry been busy with other projects 😅.

Something like this? image

tehcoderer avatar Sep 18 '23 14:09 tehcoderer

Yes And maybe you can get some optional argument from python to prevent that

class PyWry(exit_on_win_close = True):
   ...

thewh1teagle avatar Sep 18 '23 16:09 thewh1teagle