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

https://github.com/michaelradu/bmi-calculator

Quick BMI Calculator made in Python with customtkinter
https://github.com/michaelradu/bmi-calculator

Last synced: about 1 year ago
JSON representation

Quick BMI Calculator made in Python with customtkinter

Awesome Lists containing this project

README

          

# BMI Calculator
Quick BMI Calculator made in Python with customtkinter

## Install & Usage
```Python
pip install -r requirements.txt
python main.py
```
Done.