Found 27 repositories(showing 27)
Nayanankulkarni
Developed a graphical BMI calculator with a user-friendly interface (GUI) using libraries like Tkinter or PyQt. Allow users to input weight and height, calculate BMI, and visualize the result. Enable data storage for multiple users, historical data viewing, and BMI trend analysis through statistics and graphs.
No description available
vaishnavigowdar15-art
This Python program calculates **Body Mass Index (BMI)** using user-entered weight (kg) and height (meters). It computes BMI with the formula `weight / height²`, prints the value rounded to two decimals, and classifies the result into categories: **Underweight, Normal weight, Overweight, or Obese** using conditional statements.
thrishasrinivas05
This Python BMI Calculator program takes the user’s weight and height as input and calculates Body Mass Index using the standard formula. It validates positive numeric input and handles errors with try-except. The program classifies BMI into Underweight, Normal, Overweight, or Obese and allows repeated calculations until the user chooses to exit.
Varsha-1505
Python program that calculates Body Mass Index (BMI) from user-entered weight and height. It validates inputs, computes BMI using the standard formula, displays the result, and classifies it as underweight, normal weight, overweight, or obese. The program allows repeated calculations in a loop.
rish6521-ship-it
This Python program calculates **Body Mass Index (BMI)** using the user’s weight and height. It takes input, computes BMI using the formula *BMI = weight / height²*, and displays the result. Based on the BMI value, it classifies the user as **Underweight, Normal weight, Overweight, or Obese** and prints the corresponding category.
yashaswinir76-hue
A Python BMI Calculator that takes a user’s weight and height as input, calculates the Body Mass Index (BMI), and displays the result with a health category such as Underweight, Normal weight, Overweight, or Obese. It includes input validation and allows users to perform multiple calculations until they choose to exit.
KrPunith
This Python program is a BMI Calculator with a GUI built using Tkinter. It calculates BMI, shows the health category, and saves records in an SQLite . Users can view their BMI history in a table and analyze trends . Each entry is stored with the username, weight, height, and date. It helps users track and visualize their BMI progress over time.
rudraacodes
A simple Python GUI app to calculate and track BMI with history, categories, and data storage.
Saarnab-Bishayee
Python Programming Internship Task-2 : BMI Calculator
ankush-13
No description available
SameehaSyed05
No description available
dhanu-264
No description available
Swastik0517
No description available
sreejith123-star
No description available
Ryaan012
This is a BMI (Body Mass Index) Calculator built using Python's customtkinter GUI framework, which helps users calculate their BMI based on height, weight, age, and gender inputs. The app also stores BMI records in an Oracle database and visualizes the trend using matplotlib charts.
ishannarkhede123-ops
No description available
Aravindgoud-kalal
No description available
nisa01-cmd
No description available
Adiiii04
No description available
Deepa-Sharanappa
A Python GUI application for BMI calculation, health tracking, and personalized diet recommendations.
No description available
mariyam0304
No description available
sfgit-hub24
Python password generator that creates strong and customizable passwords using random and string modules.
Roopesh-15
Advanced BMI Calculator and Tracker built with Python, Tkinter GUI, SQLite database, and Matplotlib for BMI history tracking, statistics, and trend visualization.
mdamjad6205
No description available
A GUI-based Random Password Generator built with Python and Tkinter to create secure, customizable passwords.
All 27 repositories loaded