https://github.com/firefly-cpp/sport-activities-features-gui
https://github.com/firefly-cpp/sport-activities-features-gui
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/firefly-cpp/sport-activities-features-gui
- Owner: firefly-cpp
- License: mit
- Created: 2022-05-20T09:41:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T09:40:35.000Z (5 months ago)
- Last Synced: 2025-04-12T12:18:46.195Z (2 months ago)
- Language: Python
- Size: 1.93 MB
- Stars: 2
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Authors: AUTHORS.md
Awesome Lists containing this project
README
![]()
sport-activities-features-gui
✨ Key features •
📦 Installation •
📸 Screenshots •
👩💻 Development •
🔑 LicenseA 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. 🖥️🔄
## ✨ Key features
- Improved bulk importing of tcx files 📁
- Exporting data to different formats 💾
- Data transformations 🔄
- Calendar view of active days 📅
- Individual user profiles 👤## 📦 Installation
### pip
To install `sport-activities-features-gui` using pip, run the following command:```sh
pip install sport-activities-features-gui
```## 📸 Screenshots
![]()
![]()
![]()
![]()
![]()
## 👩💻 Development
### Prerequisites
- [Python 3.10](https://www.python.org/downloads/)
- [Poetry](https://python-poetry.org/docs/#installation)### Installation
Clone this repository from GitHub.
Create a virtual environment and install the dependencies using poetry:
poetry install
Run themain.py
file
Script path
<project_folder>/sport-activities-features-gui/main.py
Working directory
<project_folder>/sport-activities-features-gui/
## 🔑 License
This package is distributed under the MIT License. This license can be found online at .## 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!