❗ This is my second python project ever ❗
Welcome to BMI-Calculator.
At the moment V_01 is published with basic functions of a BMI Calculator, so weight and height can be entered in the terminal and the result will be printed.
Important
This repository is currently under construction, so that anyone interested can test it out. Therefore I am going to change the structure of the repo.
The goal is to dockerise every version of the calculator so it will run on your machine too 👍
File / Version | Version Description |
---|---|
bmi_calculator_V_01 | simple command line calculator |
bmi_calculator_V_02 | bmi-calculator with GUI, library: tkinter |
bmi_calculator_V_03 | bmi-calculator with modernised gui, library: customtkinter |
bmi_calculator_V_04 | design_improvements of V_03 |
bmi_calculator_V_05 | no changes yet, planned for future |
Warning
Currently under work.