{"id":15102057,"url":"https://github.com/fgebhart/workoutizer","last_synced_at":"2025-09-27T00:30:49.367Z","repository":{"id":40292018,"uuid":"209506643","full_name":"fgebhart/workoutizer","owner":"fgebhart","description":":weight_lifting: Browser based Sport and Workout Organizer :running_woman:","archived":true,"fork":false,"pushed_at":"2024-01-07T18:22:33.000Z","size":4560,"stargazers_count":62,"open_issues_count":8,"forks_count":11,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-12-15T13:08:59.258Z","etag":null,"topics":["activity","bokeh","django","garmin","leaflet","plots","python","raspberry-pi","sport"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fgebhart.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-09-19T08:51:20.000Z","updated_at":"2024-11-04T04:17:56.000Z","dependencies_parsed_at":"2023-02-18T11:47:55.567Z","dependency_job_id":"7442889f-cf5c-4453-a20f-f8ad8116175f","html_url":"https://github.com/fgebhart/workoutizer","commit_stats":{"total_commits":833,"total_committers":9,"mean_commits":92.55555555555556,"dds":0.09843937575030015,"last_synced_commit":"a1e5e89a8aa9b9f186726103eee58869c6822d3a"},"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgebhart%2Fworkoutizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgebhart%2Fworkoutizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgebhart%2Fworkoutizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgebhart%2Fworkoutizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fgebhart","download_url":"https://codeload.github.com/fgebhart/workoutizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234237793,"owners_count":18801042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activity","bokeh","django","garmin","leaflet","plots","python","raspberry-pi","sport"],"created_at":"2024-09-25T18:45:53.702Z","updated_at":"2025-09-27T00:30:48.700Z","avatar_url":"https://github.com/fgebhart.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workoutizer\n\n[![PyPI](https://badge.fury.io/py/workoutizer.svg)](https://badge.fury.io/py/workoutizer)\n[![Python](https://img.shields.io/pypi/pyversions/workoutizer.svg?style=plastic)](https://badge.fury.io/py/workoutizer)\n[![Build Status](https://github.com/fgebhart/workoutizer/actions/workflows/matrix_test.yml/badge.svg)](https://github.com/fgebhart/workoutizer/actions/workflows/matrix_test.yml)\n[![Coverage Badge](https://raw.githubusercontent.com/fgebhart/workoutizer/master/.github/badges/coverage.svg)](https://raw.githubusercontent.com/fgebhart/workoutizer/master/.github/badges/coverage.svg)\n[![Downloads](https://pepy.tech/badge/workoutizer/month)](https://pepy.tech/project/workoutizer)\n\nWorkoutizer is a simple web application for organizing your workouts and sports activities. It is designed to work\nlocally on any UNIX-like system running Python.\n\nTrack your activities to get an overview of your overall training, similar to platforms like\n[strava](https://www.strava.com/) or [garmin connect](https://connect.garmin.com/) - but without\nuploading all your sensitive health data to some 3rd party cloud.\n\n\n## Features\n\n* Automatic import of Garmin `.fit` files and `.gpx` files\n* Automatic naming of activities based on daytime, sport and geo location\n* Render your activity gps data on different OSM maps\n* Plot your activity specific data e.g. heart rate, pace, temperature, cadence and altitude\n* Integrate laps into both plots and maps\n* Connected plots and map via mouse hovering\n* Find sections with highest speed and max altitude gain using [sportgems](https://github.com/fgebhart/sportgems) and\n  highlight on map\n* Add untracked activities manually via the GUI\n* Export activities as `.gpx` files\n* Add as many different sports as you want\n\n\n## Status\n\nWorkoutizer is no longer actively maintained. Use it with caution and feel free to fork it.\n\n\n## Getting Started\n\nInstall workoutizer using pip\n```\npip install workoutizer\n```\n\nInitialize workoutizer to provide some demo data and run it:\n```\nwkz init --demo\nwkz run\n```\n\nSee the help description of the CLI with `wkz --help` and subcommands, e.g.: `wkz manage --help`. \n\nIn case you want to run workoutizer on a Raspberry Pi in your local network, follow the \n[Raspberry Pi setup instructions](https://github.com/fgebhart/workoutizer/tree/main/setup).\n\n\n## Gallery \n\n Dashboard             |  Sport Page\n:-------------------------:|:-------------------------:\n![](https://i.imgur.com/3CUCGC8.png)  |  ![](https://i.imgur.com/p5FcrHz.png)\n\n Activity Page 1/2             |  Activity Page 2/2\n:-------------------------:|:-------------------------:\n![](https://i.imgur.com/FnVFz9P.png)  |  ![](https://i.imgur.com/zp8iQcm.png)\n\n\n## Changelog\n\nSee [Changelog](https://github.com/fgebhart/workoutizer/blob/main/CHANGELOG.md).\n\n\n## Contributing\n\nContributions are welcome - check out the [Contribution Guidelines](https://github.com/fgebhart/workoutizer/blob/main/CONTRIBUTING.md).\n\n\n## Thanks\n\nLibraries and other tools used by Workoutizer:\n* [leaflet-ui](https://github.com/Raruto/leaflet-ui) by [Raruto](https://github.com/Raruto)\n* [django-colorfield](https://github.com/fabiocaccamo/django-colorfield) by [Fabio Caccamo](https://github.com/fabiocaccamo)\n* [python-fitparse](https://github.com/dtcooper/python-fitparse) by [dtcooper](https://github.com/dtcooper)\n* [leaflet-color-markers](https://github.com/pointhi/leaflet-color-markers) by [pointhi](https://github.com/pointhi)\n* [Font Awesome Icons](https://fontawesome.com/)\n* [Paper-Dashboard Pro](https://www.creative-tim.com/product/paper-dashboard-2-pro) by [Creative Tim](https://www.creative-tim.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgebhart%2Fworkoutizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffgebhart%2Fworkoutizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgebhart%2Fworkoutizer/lists"}