We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a125ce0 commit c99f6acCopy full SHA for c99f6ac
BMI_Calculator/README.md
@@ -0,0 +1,10 @@
1
+-it is simple if you have python installed on your machine
2
+ -you need to run Calculator.py in terminal
3
+ -by typing 'python' for windows and 'python3' for Linux
4
+ -it will go like this 'python Calculator.py' or 'python3 Calculator.py'
5
+ -this will give you GUI and fill in the required information
6
+ -like age, gender, height, and weight
7
+ -Popup will show your BMI
8
+
9
+ -if you didn't install python on your machine.
10
+ -here is the installation guide https://realpython.com/installing-python/ please refer to it.
0 commit comments