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]:= | ![]() |

Display TimerTable within a notebook (not in a separate window):
| In[3]:= |
| Out[3]= | ![]() |
Have notifications spoken when each task completes:
| In[4]:= |
| Out[4]= |
By default a Beep-like sound is make when each subtask completes:
| In[5]:= |
| Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License