Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a table of consecutive countdowns
ResourceFunction["TimerTable"][<|label1→timespec1,label2→timespec2,…|>] creates a notebook object with a dynamic display of countdown timers. |
Create a list of consecutive countdowns:
In[1]:= |
Out[1]= |
The generated table show progress along with the total time left, and has a pause/resume button:
You can use Quantity to specify time in units other than minutes:
In[2]:= |
Out[2]= |
Display TimerTable within a notebook (not in a separate window):
In[3]:= |
Out[3]= |
This work is licensed under a Creative Commons Attribution 4.0 International License