Skip to content

glaucomori/packagebmi

Repository files navigation

packagebmi

Description

The package packagebmi is used to:

  • Calculate individual body mass index.
  • Find out what basic category the person is.

Installation

Use the package manager pip to install packagebmi

pip install packagebmi

Usage

from packagebmi import filebmi
filebmi.bmi(weight, height)
filebmi.bmi_category(weight, height)

Important

The function 'filebmi.bmi(weight, height)' returns bmi result.

The function 'filebmi.bmi_category(weight, height)' returns bmi category.

Author

Glauco Mori

License

MIT

About

Pacote publicado no Pypi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages