sport-activities-features-gui

A simple GUI application that uses the library sports-activities-features to import sports activity files (TCX) and makes it easy to view and transform the data in a GUI environment.

Features

  • Improved bulk importing of tcx files
  • Exporting data to different formats
  • Graphing data
  • Data transformations
  • Calendar view of active days
  • Individual user profiles

Screenshots

Profiles window Import tab Graphs tab Calendar tab Transformations tab

Installation

  1. Prerequisites
  2. Clone this repository from GitHub.
  3. Create a virtual environment and install the dependencies using poetry:
    poetry install
  4. Run the main.py file
    1. Script path: <project_folder>/sport-activities-features-gui/main.py
    2. Working directory: <project_folder>/sport-activities-features-gui/

License

This package is distributed under the MIT License. This license can be found online at http://www.opensource.org/licenses/MIT.

Disclaimer

This framework is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!