Hey, I just ran into an issue where I want to check a constantly changing value (hand tracking hand velocity from Mediapipe lib) and get an average value every 5 seconds and output it to a text box, I haven't been able to find a great way to constantly run the python script without TD crashing, have you done this before?