Mom's Canning Timer — Quickstart¶
1. Install¶
Nothing else is needed — no compiler, no third-party packages. tkinter comes with Python.
2. Run it¶
Equivalent alternatives:
3. Use a burner¶
The window shows four timers in a 2x2 grid, like a stove top.
For each one:
- Type a length in minutes.
- Press Start.
- The ring around the timer fills as it counts down.
- Pause and Resume as needed; Reset clears it.
Each burner is independent — four different jars, four different times, all running at once.
4. When it finishes¶
A bell sounds and a popup appears. The popup needs dismissing, so a finished timer stays noticeable if you have walked away.
If nothing opens¶
Almost always missing tkinter, which some Linux distributions package separately from Python:
See Troubleshooting.
Then what¶
- Usage — the controls in detail
- Installation — running from source, or the Windows executable