Simple command line BMI calculator using python
Simply run the script on command line and enter your hieght (in meters) and weight (in KG) when prompted.
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.