/HealtyBMI

Script for calculate your own BMI and store it in a database.

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

HealtyBMI

Terminal-Line interface for calculate your BMI and store it easily!

Usage

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