GUI For Fitness Calculator: Bachelor of Technology in
GUI For Fitness Calculator: Bachelor of Technology in
GUI For Fitness Calculator: Bachelor of Technology in
END-TERM REPORT
BACHELOR OF TECHNOLOGY
in
By:
Objective
The primary objective of this project is to implement what we’ve learnt throughout
Introduction
The innovations in the field of science and technology has made our lives easy and
hence there is lack of physical activity which has made today’s generation prone to
different kind of health related issues. Therefore, it becomes important to take care
of our fitness and for that we need to keep track of our fitness, that’s where fitness
calculators come into play. A Fitness calculator is used to calculate the fitness
levels of an individual, and also suggests methods to improve it. This project is no
exception, it has been coded in python and comes with a graphical user interface to
facilitate the users. This project has 6 different modules which includes, BMI
Calculator, Vo2 Max Calculator, Report Generator, BMR Calculator, BFC
Calculator and Calorie Calculator. This project also includes SQL database
connectivity that helps the use to store their report and then fetch it later, when
required. Below given is the description of each module.
BMI Calculator
The body mass index (BMI) or Quetelet index is a value derived from the
mass (weight) and height of an individual. The BMI is defined as the body
mass divided by the square of the body height, and is universally expressed
in
you’ll be prompted to the main window with a message ‘Record not found’.
This button is present in the welcome screen which looks a blue ‘I’, it is
present next to every module button and on clicking upon it, you’ll get a
popup dialog box with the information regarding the module it is placed next
to. It is given with a purpose to let the users know the significance of each
module that we’ve provided. It looks like this (after clicking info next to
BMI).
GUI Screenshots:
1.WELCOME SCREEN:
Source Code
x=sqlite3.connect("fc.db")
c=x.cursor()
Results
We finally got the end product as a ‘fitness calculator’ that includes all the
mentioned modules. We learnt how to make a GUI using Tkinter in Python and
also learnt to implement database connectivity using sqlite3.
• BMR will tell the amount of energy needed while resting in a temperate
environment when the digestive system is inactive.
References
https://www.calculator.net/fitness-and-health-calculator.html
https://www.python-course.eu/index.php
www.blog.pythonlibrary.org