Skip to content

akashpd390/bmi-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BMI Calculator

A simple BMI (Body Mass Index) calculator implemented in Python using customtkinter.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/akashpd390/bmi-calculator.git
    cd bmi-calculator
    
  2. Install dependencies:

    bashCopy code

    pip install -r requirements.txt

  3. Run the application:

    bashCopy code

    python bmi_calculator.py

Usage

  1. Enter your weight using the +/- buttons or by typing the value directly.
  2. Adjust your height using the slider.
  3. The BMI (Body Mass Index) will be calculated and displayed in real-time.

Features

  • Interactive GUI with weight adjustment buttons and height slider.
  • Real-time BMI calculation.
  • Customizable title bar color.

Dependencies

  • customtkinter

Disclaimer: This BMI calculator is a simple educational project. Always consult with a healthcare professional for accurate health assessments.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages