Skip to main content

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


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)

Uploaded Source

Built Distribution

Py_bmi-1.0.9-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page