Compare commits

...

2 commits

Author SHA1 Message Date
Filip 46bf3f028c Added basic README. 2025-03-16 20:04:19 +01:00
Filip d6d69b7aa5 Added example image. 2025-03-16 19:52:37 +01:00
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,24 @@
# Usage
A simple way to create a comparison:
```sh
# Clone this repository.
git clone https://github.com/StrajnarFilip/analyze-sport-data
# Change directory into repository.
cd analyze-sport-data/
# Copy any amount of FIT or TCX files into this directory.
cp /home/example/example.fit .
cp /home/example/example.tcx .
# Install this package.
python -m pip install .
# Alternatively you can install using poetry:
# poetry install
# Run included example.py script:
python example.py
# Alternatively you can run the script using poetry:
# poetry run python example.py
```
![Example](https://github.com/StrajnarFilip/analyze-sport-data/blob/master/example.png?raw=true)

BIN
example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 KiB