Terminal-Line interface for calculate your BMI and store it easily!
You will require Python for run this scripts!
Run with the command python main.py -h
for display the help menu.
-h = return help menu.
-N <str> = Input your name.
-W <int> = Input your weight.
-H <int> = Input your height(cm).
-S = Save the result.
-R = Retrieve your previous results.
Example : python main.py -N "SimonePY" -W 80 -H 175 -S