sport-activities-features-gui


Namesport-activities-features-gui JSON
Version 0.2.3 PyPI version JSON
download
home_pagehttps://github.com/firefly-cpp/sport-activities-features-gui
SummaryGUI for sport-activities-features package
upload_time2023-10-16 08:48:25
maintainer
docs_urlNone
authorotiv33
requires_python>=3.10,<4.0
license
keywords computational intelligence cycling data mining datasets gpx gui optimization sport activities tcx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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")


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.

## Installation

### pip

Install sport-activities-features with pip:

```sh
pip install sport-activities-features-gui
```

## 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
<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>

## Installation
0. Prerequisites
    - [Python 3.10](https://www.python.org/downloads/)
    - [Poetry](https://python-poetry.org/docs/#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": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "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/42/55/9c3de4fec81905df1543ebe6923f0d518c5b6950ac310f8fbe823f8991ae/sport_activities_features_gui-0.2.3.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\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.\n\n## Installation\n\n### pip\n\nInstall sport-activities-features with pip:\n\n```sh\npip install sport-activities-features-gui\n```\n\n## Features\n- Improved bulk importing of tcx files\n- Exporting data to different formats\n- Graphing data\n- Data transformations\n- Calendar view of active days\n- Individual user profiles\n\n## Screenshots\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## Installation\n0. Prerequisites\n    - [Python 3.10](https://www.python.org/downloads/)\n    - [Poetry](https://python-poetry.org/docs/#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": "",
    "summary": "GUI for sport-activities-features package",
    "version": "0.2.3",
    "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": "50d5b3c64ec38eafc9f6e755bc69de65599c2243f689e3237a263315a3d449bf",
                "md5": "d20d3c857b0159c25eb851a0088f1bfc",
                "sha256": "20b6f07325588ac9c6ba5e06e3a3d490f9bf748e159fcd6c1f77b4f8f144f20f"
            },
            "downloads": -1,
            "filename": "sport_activities_features_gui-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d20d3c857b0159c25eb851a0088f1bfc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 35060,
            "upload_time": "2023-10-16T08:48:23",
            "upload_time_iso_8601": "2023-10-16T08:48:23.974703Z",
            "url": "https://files.pythonhosted.org/packages/50/d5/b3c64ec38eafc9f6e755bc69de65599c2243f689e3237a263315a3d449bf/sport_activities_features_gui-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42559c3de4fec81905df1543ebe6923f0d518c5b6950ac310f8fbe823f8991ae",
                "md5": "0148625afff724c20a818d5f39021871",
                "sha256": "b8a81ab04c41843fd94b6bc547674ecbe2bb13510a953e48e8c48220e42f0b51"
            },
            "downloads": -1,
            "filename": "sport_activities_features_gui-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0148625afff724c20a818d5f39021871",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 29698,
            "upload_time": "2023-10-16T08:48:25",
            "upload_time_iso_8601": "2023-10-16T08:48:25.453495Z",
            "url": "https://files.pythonhosted.org/packages/42/55/9c3de4fec81905df1543ebe6923f0d518c5b6950ac310f8fbe823f8991ae/sport_activities_features_gui-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-16 08:48:25",
    "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"
}
        
Elapsed time: 0.25735s