This repository contains a number of tools that help me in my brewing and documenting workflow.
This tool parses a BeerXML Recipe and converts it to markdown. This can then be imported into your note-taking software of choice.
$ python brewxml2md.py <recipe-name>.xml
none
Normally, gravity measuring tools are calibrated against a certain temperature. One rarely gets to that temperature prior to measuring, so a small correction should be made. This tool calculates the correction.
$ python sg-temp.py <parameters>
-h
: display a helpful message-t
: measured temperature-m
: measured gravity-c
: override the calibration temperature. The default is 20 degrees celsius
Simple ABV calculator, shamelessly borrowed from https://www.brewersfriend.com/2011/06/16/alcohol-by-volume-calculator-updated/ .
$ python abv.py <OG> <SG>
-h
: display a helpful message<OG>
: Original Gravity. See below for details<FG>
: Final Gravity. See below for details
The gravity values can be either entered as float values (e.g. 1.026) or integer values (e.g. 1026). Any other format will yield a warning message