Hello everyone.
I have a project that should run at a given time.
Ideally, this would be done with events, but I haven't seen such even in the docs. For example:
@event
def on_clock(13, 40):
Or with waiting, though I assume it'd use more battery resources, and has to be able to wait in the background. For example:
given_time - current_time = left_time
wait(left time)
Is there such thing in Pythonista? If there is, I'd be the happiest and would definitely buy it, if not though, unfortunately, I'll have to look further on how I could do this.
Thanks in advance, have a nice day.