pywry
pywry copied to clipboard
Close python script when closing the window
Depends on https://github.com/OpenBB-finance/pywry/issues/85 The script should closed after the window is closed
Sorry been busy with other projects 😅.
Something like this?
Yes And maybe you can get some optional argument from python to prevent that
class PyWry(exit_on_win_close = True):
...