Skip to content

Latest commit

 

History

History
 
 

Ideal Weight Calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Ideal Weight Calculator ⚖🩺

🔸Introduction

  • A GUI project that can tell you your ideal weight required at your height
  • User just needs to enter the details and on basis of that he/she gets required weight for his height and even his BMI

🔸Purpose

This project allows user to get his or her ideal weight along with the BMI value and whether he/she lies in which BMI category.
This will show calculated ideal weight using 3 formulae:

  • Peterson
  • Miller (calculates differently for Male and Female)
  • Robinson (calculates differently for Male and Female)

🔸Requirements

  • Tkinter Module : for GUI
  • Tkinter MessageBox : for showing warning boxes

🔸Compilation Steps

  • You need to import Tkinter Module
  • Run the "ideal_weight.py"
  • For additional information of imported modules, refer to "requirements.txt"

🔸Workflow

  • User needs to provide the Age, Gender, Height, Weight parameters
  • If user leaves the topic name blank or provide other than numeric input then program will show a warning box
  • Click on "Calculate" button to get the information in result section in GUI

🔸Screenshots


Made with ❤ by

POOJA S DESHPANDE