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

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)

Awesome Lists containing this project

README

          

Body Mass Index Calculator


GitHub top language
Repository size

GitHub last commit

GitHub LICENSE

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.

---


Built with love
Powered by coffee