/complexinsulincalc

A more complex Insulin dosage calculator

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Complex Insulin Calculator Project – Matt Hakin

A Simple python-based calculator to work out Insulin dosage

Based upon my initial Simple Insulin Calculator Project (https://github.com/mattyhakin/simpleinsulincalc).

This calculator can calculator an Insulin dose based upon a number of factors such as Blood Sugar reading, meal type and last dosage of Insulin.

The Blood Sugar ranges, meal type ratios and correctional dosages are all sorted as variables in the code so can be changed to tailor to the users need and treatment.

The calculator could be useful for Diabetics who are getting used to the math that comes with working out dosage based upon an ever- changing saturation with ratios.

In the future I am looking to add in a GUI element to the calculator to make it more user friendly.