https://github.com/kauefraga/bmi-calc
🧮 Body mass index calculator (cli)
https://github.com/kauefraga/bmi-calc
bmi bmi-calculator cpp python
Last synced: 2 months ago
JSON representation
🧮 Body mass index calculator (cli)
- Host: GitHub
- URL: https://github.com/kauefraga/bmi-calc
- Owner: kauefraga
- License: mit
- Created: 2022-03-02T04:03:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T00:25:09.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T23:45:22.782Z (over 1 year ago)
- Topics: bmi, bmi-calculator, cpp, python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Body Mass Index Calculator
A calculator of BMI to try out some langs
## ⬇️ How to download and run
```bash
git clone https://github.com/kauefraga/bmi-calc.git
cd bmi-calc
# To run the python version (default: en)
python py/main.py
python py/main.py --lang pt_br
# C++ version (just english)
g++ cpp/main.cpp -o cpp/main -std=c++2a
cpp/main
```
## 💻 Technologies
- [Python](https://python.org)
- [C++](https://en.wikipedia.org/wiki/C++)
## 📝 License
This project is licensed under the MIT License - See the [LICENSE](https://github.com/kauefraga/bmi-calc/blob/main/LICENSE) for more information.
---