<p align="center">
<img width="200" src="https://raw.githubusercontent.com/firefly-cpp/sport-activities-features-gui/main/.github/logo/sport_activities.png">
</p>
---
# sport-activities-features-gui
---
[![PyPI Version](https://img.shields.io/pypi/v/sport-activities-features-gui.svg)](https://pypi.python.org/pypi/sport-activities-features-gui)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sport-activities-features-gui.svg)
![PyPI - Downloads](https://img.shields.io/pypi/dm/sport-activities-features-gui.svg)
[![Downloads](https://pepy.tech/badge/sport-activities-features-gui)](https://pepy.tech/project/sport-activities-features-gui)
![GitHub repo size](https://img.shields.io/github/repo-size/firefly-cpp/sport-activities-features-gui?style=flat-square)
[![GitHub license](https://img.shields.io/github/license/firefly-cpp/sport-activities-features-gui.svg)](https://github.com/firefly-cpp/sport-activities-features-gui/blob/master/LICENSE)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/firefly-cpp/sport-activities-features-gui.svg)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/firefly-cpp/sport-activities-features-gui.svg)](http://isitmaintained.com/project/firefly-cpp/sport-activities-features-gui "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/firefly-cpp/sport-activities-features-gui.svg)](http://isitmaintained.com/project/firefly-cpp/sport-activities-features-gui "Percentage of issues still open")
## About 📋
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. 🖥️🔄
## 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
Install sport-activities-features with pip:
```sh
pip install sport-activities-features-gui
```
## Screenshots 📸
<p float="left">
<img src="https://github.com/otiv33/sport-activities-features-gui/blob/main/screenshots/Screenshot_1.jpg?raw=true" alt="Profiles window" width="200"/>
<img src="https://github.com/otiv33/sport-activities-features-gui/blob/main/screenshots/Screenshot_2.jpg?raw=true" alt="Import tab" width="350"/>
<img src="https://github.com/otiv33/sport-activities-features-gui/blob/main/screenshots/Screenshot_3.jpg?raw=true" alt="Graphs tab" width="350"/>
<img src="https://github.com/otiv33/sport-activities-features-gui/blob/main/screenshots/Screenshot_4.jpg?raw=true" alt="Calendar tab" width="350"/>
<img src="https://github.com/otiv33/sport-activities-features-gui/blob/main/screenshots/Screenshot_5.jpg?raw=true" alt="Transformations tab" width="350"/>
</p>
## Development 🛠️
### Prerequisites
- [Python 3.10](https://www.python.org/downloads/)
- [Poetry](https://python-poetry.org/docs/#installation)
### Installation
1. Clone [this](https://github.com/firefly-cpp/sport-activities-features-gui) repository from GitHub.
2. Create a virtual environment and install the dependencies using poetry:
```bash
poetry install
```
3. 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!
Raw data
{
"_id": null,
"home_page": "https://github.com/firefly-cpp/sport-activities-features-gui",
"name": "sport-activities-features-gui",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "computational intelligence, cycling, data mining, datasets, gpx, gui, optimization, sport activities, tcx",
"author": "otiv33",
"author_email": "vito.abeln@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/5b/5b/bcabf201e275d022fa33793b88ff28a97088d57daa9c0003ad29446425b7/sport_activities_features_gui-0.3.1.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <img width=\"200\" src=\"https://raw.githubusercontent.com/firefly-cpp/sport-activities-features-gui/main/.github/logo/sport_activities.png\">\n</p>\n\n---\n\n# sport-activities-features-gui\n\n---\n\n[![PyPI Version](https://img.shields.io/pypi/v/sport-activities-features-gui.svg)](https://pypi.python.org/pypi/sport-activities-features-gui)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sport-activities-features-gui.svg)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/sport-activities-features-gui.svg)\n[![Downloads](https://pepy.tech/badge/sport-activities-features-gui)](https://pepy.tech/project/sport-activities-features-gui)\n![GitHub repo size](https://img.shields.io/github/repo-size/firefly-cpp/sport-activities-features-gui?style=flat-square)\n[![GitHub license](https://img.shields.io/github/license/firefly-cpp/sport-activities-features-gui.svg)](https://github.com/firefly-cpp/sport-activities-features-gui/blob/master/LICENSE)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/w/firefly-cpp/sport-activities-features-gui.svg)\n[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/firefly-cpp/sport-activities-features-gui.svg)](http://isitmaintained.com/project/firefly-cpp/sport-activities-features-gui \"Average time to resolve an issue\")\n[![Percentage of issues still open](http://isitmaintained.com/badge/open/firefly-cpp/sport-activities-features-gui.svg)](http://isitmaintained.com/project/firefly-cpp/sport-activities-features-gui \"Percentage of issues still open\")\n\n## About \ud83d\udccb\nA 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. \ud83d\udda5\ufe0f\ud83d\udd04\n\n## Key features \u2728\n- Improved bulk importing of tcx files \ud83d\udcc1\n- Exporting data to different formats \ud83d\udcbe\n- Data transformations \ud83d\udd04\n- Calendar view of active days \ud83d\udcc5\n- Individual user profiles \ud83d\udc64\n\n## Installation \ud83d\udce6\n### pip\nInstall sport-activities-features with pip:\n\n```sh\npip install sport-activities-features-gui\n```\n\n## Screenshots \ud83d\udcf8\n<p float=\"left\">\n <img src=\"https://github.com/otiv33/sport-activities-features-gui/blob/main/screenshots/Screenshot_1.jpg?raw=true\" alt=\"Profiles window\" width=\"200\"/>\n <img src=\"https://github.com/otiv33/sport-activities-features-gui/blob/main/screenshots/Screenshot_2.jpg?raw=true\" alt=\"Import tab\" width=\"350\"/>\n <img src=\"https://github.com/otiv33/sport-activities-features-gui/blob/main/screenshots/Screenshot_3.jpg?raw=true\" alt=\"Graphs tab\" width=\"350\"/>\n <img src=\"https://github.com/otiv33/sport-activities-features-gui/blob/main/screenshots/Screenshot_4.jpg?raw=true\" alt=\"Calendar tab\" width=\"350\"/>\n <img src=\"https://github.com/otiv33/sport-activities-features-gui/blob/main/screenshots/Screenshot_5.jpg?raw=true\" alt=\"Transformations tab\" width=\"350\"/>\n</p>\n\n## Development \ud83d\udee0\ufe0f\n### Prerequisites\n - [Python 3.10](https://www.python.org/downloads/)\n - [Poetry](https://python-poetry.org/docs/#installation)\n\n### Installation\n1. Clone [this](https://github.com/firefly-cpp/sport-activities-features-gui) repository from GitHub.\n2. Create a virtual environment and install the dependencies using poetry:\n ```bash\n poetry install\n ```\n3. Run the `main.py` file\n 1. Script path: `<project_folder>/sport-activities-features-gui/main.py`\n 2. Working directory: `<project_folder>/sport-activities-features-gui/`\n\n## License\n\nThis package is distributed under the MIT License. This license can be found online at <http://www.opensource.org/licenses/MIT>.\n\n## Disclaimer\n\nThis 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!\n",
"bugtrack_url": null,
"license": null,
"summary": "GUI for sport-activities-features package",
"version": "0.3.1",
"project_urls": {
"Homepage": "https://github.com/firefly-cpp/sport-activities-features-gui",
"Repository": "https://github.com/firefly-cpp/sport-activities-features-gui"
},
"split_keywords": [
"computational intelligence",
" cycling",
" data mining",
" datasets",
" gpx",
" gui",
" optimization",
" sport activities",
" tcx"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ee3d4856694cf1aeae0f1db43a0b943f9d832ae70cce71199478c71208c1ce7e",
"md5": "1bf907f7a04f94bfc22b87d0283ada64",
"sha256": "0fca9fb9038be5d5ff6214c24bd3e830b38d8c7ebd491e79bd1c63ff3510f250"
},
"downloads": -1,
"filename": "sport_activities_features_gui-0.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1bf907f7a04f94bfc22b87d0283ada64",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 35748,
"upload_time": "2024-07-05T18:41:58",
"upload_time_iso_8601": "2024-07-05T18:41:58.120618Z",
"url": "https://files.pythonhosted.org/packages/ee/3d/4856694cf1aeae0f1db43a0b943f9d832ae70cce71199478c71208c1ce7e/sport_activities_features_gui-0.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5b5bbcabf201e275d022fa33793b88ff28a97088d57daa9c0003ad29446425b7",
"md5": "5679289936d66c0430690f89a33b7517",
"sha256": "3f2991863ab7b0902dd644f865d0867eccd73a1ac5cd32cc7044c1f74c44b91f"
},
"downloads": -1,
"filename": "sport_activities_features_gui-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "5679289936d66c0430690f89a33b7517",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 29695,
"upload_time": "2024-07-05T18:41:59",
"upload_time_iso_8601": "2024-07-05T18:41:59.734453Z",
"url": "https://files.pythonhosted.org/packages/5b/5b/bcabf201e275d022fa33793b88ff28a97088d57daa9c0003ad29446425b7/sport_activities_features_gui-0.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-05 18:41:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "firefly-cpp",
"github_project": "sport-activities-features-gui",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "sport-activities-features-gui"
}