A Python module for Checking your bmi
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Py_bmi-1.0.9.tar.gz
(2.6 kB
view hashes)
Built Distribution
Py_bmi-1.0.9-py3-none-any.whl
(2.7 kB
view hashes)