Skip to content
William edited this page Sep 12, 2022 · 2 revisions

To install Mom's Canning Timer, you can use an executable package (Windows), run the scripts through Python (Windows, macOS, Linux), or install from the Python Package Index. To customize the program to your needs, see CUSTOMIZATION.

Executable Package

  1. To run the executable package, download the latest .zip file from GitHub Releases page.
  2. Extract the .zip file using a program like 7-Zip.
  3. (Optional) Move the files to C:\Program Files and create a shortcut.
  4. Double click on send.exe.
  5. Enjoy the program!

Python Script

  1. To run the Python script, download the latest source code release from GitHub Releases page.
  2. Download and install Python.
  3. Extract the source code files using a program like 7-Zip.
  4. Double click on send.py, or right-click and open with IDLE and press F5.
  5. Enjoy the program!

Python Package Index (pip)

  1. Download and install Python.
  2. Open a terminal and run the command: pip install moms-canning-timer.
  3. Start the program by running the command: canning-timer.
  4. Enjoy the program!

Want a basic overview? Read the README.

Want to download the project? Head to the Releases page.

Want to start contributing? Open an Issue or a Pull Request.

Clone this wiki locally