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.
- 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
- Python 3.x
- Tkinter (usually comes pre-installed with Python)
- Clone this repository or download the source code.
- Ensure you have Python installed on your system.
- Install any required dependencies (if not already installed):
pip install tkinter
- Navigate to the project directory in your terminal or command prompt.
- Run the main script:
python main.py
- The Fitness Calculator GUI will appear.
- Enter your personal information and health metrics.
- Click "Show Report" to view your fitness calculations.
-
main.py
: The main script to run the application -
UI/ui.py
: Contains the GUI code for the Fitness Calculator -
Functions/calculations.py
: Contains theFitnessCalculations
class with all the calculation logic -
constants/constants.py
: Stores constant values used throughout the application
Contributions to improve the Fitness Calculator are welcome. Please feel free to fork the repository, make changes, and submit a pull request.
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.