Mom's Canning Timer — Installation¶
Requirements¶
Python, with tkinter. That is the whole list — there are no third-party dependencies.
tkinter ships with Python on Windows and macOS. Some Linux distributions package it separately:
From PyPI¶
From source¶
Then either run it directly:
or install it so the command and module entry points work:
main.py exists so you can run the program from a clone with no install step at all — useful
on a machine you would rather not install packages onto.
Windows executable¶
The latest release includes a built executable for Windows. It does not require Python.
Verify¶
A window with four timers should open. If nothing appears, tkinter is the usual cause — see Troubleshooting.
Next¶
Quickstart, or Usage.