FitPro is a simple, Python-based fitness tracker that allows users to log their workouts, monitor calories burned, and track fitness progress. Designed with an intuitive graphical user interface (GUI) using tkinter.
Step 1: Download and Set Up
Clone this repository to your local machine:
git clone https://github.com//fitpro.git
cd fitpro
Ensure you have Python installed (version 3.6 or later).
Step 2: Run the Application
Open your terminal or command prompt. Navigate to the folder where you downloaded FitPro. Run the following command: python fitpro.py
Step 3: Enter User Information
Fill in your name, age, and height in the provided fields. Click the "Login" button to save your user details.
Step 4: Log Workouts Enter the workout type (e.g., running, cycling). Provide the duration (in minutes) and calories burned. Click "Log Workout" to save the entry.
Step 5: View Progress Click the "View Progress" button to see a summary of your workouts, total duration, and calories burned. Key Features: Workout Logging: Record workouts by type, duration, and calories burned. User Information: Save details like name, age, and height. Progress Summary: View your workout stats in a clear, concise format.