Exports your running workouts in workout_data.csv (from Mi Fit/Zepp) to a readable format.
It uses pandas to handle the csv file as a dataframe and exports it again a csv file.
Just download and unzip the file.
- pandas
- numpy
- workout_data.csv(from the Mi Fit website)
- Download data from Mi Fit.
- Unzip the file and locate the workout_data.csv in SPORT folder.
- Copy the path.
Run this script in the terminal and add the path of the workout_data.csv as an argument.
python3 main.py /Users/USERNAME/Downloads/FOLDER/SPORT/workout_data.csv
Then you input the steps, average and max heart rate for each date(manually from the app).
You can press CTRL+C to stop the input as the csv file is saved at each iteration.