ultimate_osu_analyzer
ultimate_osu_analyzer copied to clipboard
The IPython console is blocking
Which makes any loop freeze the gui. It is possible to make kernel run in another process and connect to it (see this). However, I don't know how to go about pushing variables from the gui into the kernel via that way.
Currently being worked around via multithreading. See CmdUtils.threaded