Skip to content

M-fazin/py_bmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py_bmi

A Python module for Checking your bmi

Installation

pip install Py-bmi

Usage

from py_bmi import bmi

Example of using

from py_bmi import bmi
weight = 85
height = 1.4
print(bmi(weight,height))
# >> OH.. Noo.. You are Obesity
#The First Variable Must Be Weight In Kilograms 
#The Second Variable Must Be Height In Meters 
#Both Are Must Be Intergers 

Special Thanks

Fayas Noushad & Lokaman For Helping Me