An open API service indexing awesome lists of open source software.

https://github.com/mcrd25/python_bmi_calculator


https://github.com/mcrd25/python_bmi_calculator

bmi bmi-calculator bmicalculator python python-script terminal

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Command Line BMI Calculator using Python
>>> Simple command line BMI calculator using python

## Instructions
Simply run the script on command line and enter your hieght (in meters) and weight (in KG) when prompted.

## Make script executable in linux
Simply run the following command on the bmi_calculator.py file
`chmod +x bmi_calculator.py`
Then you can run the prgram by simply typing `./bmi_calculator.py` in the terminal.