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
- Host: GitHub
- URL: https://github.com/mcrd25/python_bmi_calculator
- Owner: mcrd25
- Created: 2022-02-24T17:29:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T19:20:47.000Z (about 4 years ago)
- Last Synced: 2025-03-28T10:15:25.499Z (12 months ago)
- Topics: bmi, bmi-calculator, bmicalculator, python, python-script, terminal
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.