A professional Python-based insulin calculator suite featuring a CLI tool, GUI interfaces, and experimental logic modules to support diabetes management.
This project merges and evolves four earlier tools into a single, modular dosing suite:
- 🛠 v1.0 – CLI insulin calculator
- 🧪 v2.0 – Experimental time-of-day ratio models
- 🖼 v3.0 – First Tkinter-based GUI
- 🚀 v4.0 – Enhanced GUI with improved layout and UX
| Folder | Purpose |
|---|---|
cli/ |
Command-line based insulin calculator |
gui-v1/ |
First-generation GUI implementation |
gui-v2/ |
Updated GUI with cleaner layout & usability |
experimental/ |
Time-based input models for future exploration |
python cli/main.pypython gui-v2/app.pyNote: GUI v1 is available under
gui-v1/for legacy reference.
See RELEASE_NOTES.md for a breakdown of feature evolution.
This project is licensed under the MIT License — see the LICENSE file for details.
This project is a combination of four previous projects I created: complexinsulincalc (v1.0), ratioinputinsulin (v2.0), complexinsulincalcGUI (v3.0) and InsulinCalcv3 (v4.0), which is the current live version. I have since removed them from my GitHub account after the creation of this unified repository.
