Found 35 repositories(showing 30)
rakibkhanofficial
This Project Is Actually a 3rd Semester Project for my Python subject which sir given to me
Md-Abdullah-Al-Afif
A Python-based BMI Calculator with an interactive GUI. Users can input or adjust height and weight using sliders to get real-time BMI results. The app visually updates with figures, classifies BMI into health categories, and displays a short message. Includes error handling for invalid inputs.
Zubair-codes1
Using GUI to make a bmi calculator in python with tkinter
amanchougule09
A simple and modern BMI Calculator built using Python Tkinter. Instantly calculates Body Mass Index with a clean GUI, rounded buttons, and smart health status display
sowndharyak9107-tech
A Python-based BMI Calculator with a Tkinter GUI that allows users to input weight (kg) and height (cm) to calculate their Body Mass Index. It classifies BMI into categories, saves history in a text file, and displays BMI trends using Matplotlib for visual tracking of past entries.
ishpreetkaurr
BMI Calculator using Python with GUI
A lightweight BMI (Body Mass Index) calculator built with Python that takes user height and weight as input and returns their BMI value along with a health category classification (Underweight, Normal, Overweight, or Obese).
sushmapamu
BMI calculator using Python with GUI features
pranvitha12-g
Advanced BMI Calculator with GUI and Graph Visualization using Python
Tanmayshukla14
A BMI CALCULATOR APP IN PYTHON WITH GUI USING TKINTER
Amoosimeon
A Bmi calculator written with python 3 using tkinter for GUI
sfgit-hub24
Python GUI BMI Calculator using Tkinter with CSV data storage and BMI trend visualization using Matplotlib.
firzashara
A simple BMI calculator with advance features created using python- GUI tkinter.
dwijit17
This is a bmi calculator made with Python using Tkinter GUI library.
jeevanhs9
GUI-based BMI Calculator built using Python and Tkinter with gender selection and category display.
DeepuKumar011
IT is an Advanced BMI (Body Mass Index) Calculator built using Python with a clean GUI, data storage, and BMI trend graph.
dhanalakshmi217
Python BMI Calculator to calculate Body Mass Index and categorize health status with easy-to-use GUI.
keerthi9904
Created a Python 3 BMI calculator with a user-friendly GUI using Tkinter. Allows users to input weight and height, calculates and displays BMI.
ManvithaPantham
📊 BMI Calculator in Python – from simple command-line use to advanced GUI with history tracking and visualization.
AnnamSonali
BMI Calculator – Python (Command-Line + GUI) This repository contains a simple Body Mass Index (BMI) Calculator written entirely in Python, with Command-Line Interface (CLI) version using input/output functions Graphical User Interface version using built-in tkinter library (no external libraries required)
A practice with python using Tkinter to make a BMI calculator with a GUI./ Una practica con Python usando Tkintern para hacer una calculadora de IMC con Interfaz Gráfica
apurava203
I implemented Body Mass Index (BMI) Calculator with GUI built using Tkinter library in python. Application ensures valid user inputs, accurately calculates BMI based on weight & height, categorizes BMI results into health categories, & provides user-friendly experience.
Snehal-Pawar2002
This is a simple BMI (Body Mass Index) Calculator developed using Python with Tkinter GUI and Matplotlib for visual representation. (Oasis Infobyte Internship – Task 1)
Melbinpaul12
Python GUI Mini Projects (Tkinter) A set of three Python GUI applications built using Tkinter: BMI Calculator, Password Generator, and Weather App. These projects demonstrate GUI design, user input handling, and API integration with a clean, modern interface.
NiluCode61
Professional Python BMI Calculator with GUI, CSV storage, interactive charts, and PDF reports – supports both English and Persian, with customizable font and background for personalized use.
RiwaJhamb
I developed a BMI Calculator using Python and Tkinter with the following features: - 🏋️♂️ User-Friendly GUI - 📊 Accurate BMI Calculation & Health Categorization - 💾 Data Storage for Tracking Progress - 📈 Historical Data Visualization
sravanthilakkaraju
A Body Mass Index (BMI) Calculator built using Python with a Tkinter GUI. This project allows users to calculate their BMI and understand their health status based on standard BMI categories. The application is user-friendly, performs real-time calculations, and validates user input for accurate results.
deeptiagrawal19
The BMI Calculator is a Python application using tkinter for a simple GUI. It allows users to compute their Body Mass Index (BMI) using either American or Metric units. Users enter their height and weight, and the app calculates and displays the BMI along with a weight status category (underweight, healthy, overweight, or obese).
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.
Priyanshuadhikari112
The BMI Calculator is a Python-based application that calculates Body Mass Index using a user’s height and weight. It features a simple graphical interface built with Tkinter, input validation, and automatic BMI category classification. The project demonstrates Python programming, GUI design,and practical health-related computation in a swift way.