Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 537 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 537 Bytes

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