Skip to content

skp3214/FitnessCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitness Calculator 📅

📕 Description

Fitness Calculator is a Python application with a graphical user interface built using Tkinter. It allows users to input various health metrics and receive a comprehensive fitness report. The application calculates and displays important health indicators such as BMI, blood pressure status, pulse rate, and various blood test results.

alt text

alt text

✴️ Features

  • User-friendly GUI for inputting personal health data
  • Calculates and displays multiple health metrics:
    • BMI (Body Mass Index)
    • Blood Pressure Status
    • Pulse Rate
    • RBC (Red Blood Cell) Count
    • WBC (White Blood Cell) Count
    • Platelet Count
    • Hemoglobin Levels
    • Uric Acid Levels
    • Cholesterol Levels
  • Attractive and intuitive design with color-coded sections

🛒 Requirements

  • Python 3.x
  • Tkinter (usually comes pre-installed with Python)

☑️ Installation

  1. Clone this repository or download the source code.
  2. Ensure you have Python installed on your system.
  3. Install any required dependencies (if not already installed):
    pip install tkinter
    

🕵️ Usage

  1. Navigate to the project directory in your terminal or command prompt.
  2. Run the main script:
    python main.py
    
  3. The Fitness Calculator GUI will appear.
  4. Enter your personal information and health metrics.
  5. Click "Show Report" to view your fitness calculations.

📚 Project Structure

  • main.py: The main script to run the application

  • UI/ui.py: Contains the GUI code for the Fitness Calculator

  • Functions/calculations.py: Contains the FitnessCalculations class with all the calculation logic

  • constants/constants.py: Stores constant values used throughout the application

    alt text

🤝 Contributing

Contributions to improve the Fitness Calculator are welcome. Please feel free to fork the repository, make changes, and submit a pull request.

🚫 Disclaimer

This Fitness Calculator is for informational purposes only and should not be considered as a substitute for professional medical advice, diagnosis, or treatment. Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition.


Completed On 3-Sep-2024 by Sachin Prajapati @skp3214

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages