Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 527 Bytes

File metadata and controls

16 lines (9 loc) · 527 Bytes

#python-abv-calculator

A small script that can be used to estimate alcohol by volume and apparent attenuation when given a pair of original and final gravities.

####How to use

From the command-line of your choice, navigate to the python-abv-calculator directory, and enter the following:

python abv.py

####Dependencies python-abv-calculator uses a Swampy (allendowney.com/swampy) module called Gui that extends tkinter. This module is distributed under the GNU General Public License (gnu.org/licenses/gpl.html).