pyBegin / projects / bmi-webapp
🧮

BMI WebApp

A small BMI calculator built with PyWebIO. It asks for height and weight in a browser form and reports the BMI along with a weight classification.

40 lines🖥 Desktop only

BMI WebApp

A small BMI calculator built with PyWebIO. It asks for height and weight in a browser form and reports the BMI along with a weight classification.

How to run

pip install pywebio
python main.py

Dependencies

Pyodide-runnable

No - it depends on the PyWebIO framework, which runs its own web server and is not available under Pyodide.