SimonePY / HealtyBMI

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

Home Page:https://github.com/SimonePY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

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

https://github.com/SimonePY

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%