All Projects → Tigge → Fit To Tcx

Tigge / Fit To Tcx

Licence: mit
Converts Flexible and Interoperable Data Transfer (FIT) files to Training Center XML (TCX) files

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Fit To Tcx

storybook-antd
🐜 Storybook for previewing Ant Design components
Stars: ✭ 57 (+18.75%)
Mutual labels:  ant
Re Editor
一个开箱即用的React富文本编辑器 🚀re-editor
Stars: ✭ 367 (+664.58%)
Mutual labels:  ant
Ng Zorro Antd
Angular UI Component Library based on Ant Design
Stars: ✭ 7,841 (+16235.42%)
Mutual labels:  ant
SFE-Engine
A real time renderer based on Vulkan(LWJGL).
Stars: ✭ 20 (-58.33%)
Mutual labels:  ant
Vux
Mobile UI Components based on Vue & WeUI
Stars: ✭ 17,573 (+36510.42%)
Mutual labels:  ant
Python Fitparse
Python library to parse ANT/Garmin .FIT files
Stars: ✭ 500 (+941.67%)
Mutual labels:  ant
aco-simulator
Ant Colony Optimization Simulator developed in HTML
Stars: ✭ 18 (-62.5%)
Mutual labels:  ant
React Redux Antdesign Webpack Starter
react + redux + ant design + react-router 4 + webpack 4 starter
Stars: ✭ 44 (-8.33%)
Mutual labels:  ant
Blog React Admin
基于 pro.ant.design 的 react + Ant Design 的博客管理后台项目
Stars: ✭ 349 (+627.08%)
Mutual labels:  ant
Responsive Menu Ant Design
A simple implementation of responsive navigation for Ant Design.
Stars: ✭ 28 (-41.67%)
Mutual labels:  ant
lightence-admin
Free and easy-to-use admin template based on React 17+
Stars: ✭ 337 (+602.08%)
Mutual labels:  ant
Ant
A lightweight, feature-rich, easy-to-use and nice-looking BitTorrent Client developed by golang, angular 7, and electron.
Stars: ✭ 292 (+508.33%)
Mutual labels:  ant
Ng Zorro Antd Mobile
A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜
Stars: ✭ 709 (+1377.08%)
Mutual labels:  ant
ReactAdmin
ant-design-pro +Golang restful-api admin 前后端分离 RBAC权限管理系统
Stars: ✭ 43 (-10.42%)
Mutual labels:  ant
House
Proof of Concept and Research repository.
Stars: ✭ 37 (-22.92%)
Mutual labels:  ant
broom
A disk cleaning utility for developers.
Stars: ✭ 38 (-20.83%)
Mutual labels:  ant
Asynctasks.vim
🚀 Modern Task System for Project Building, Testing and Deploying !!
Stars: ✭ 495 (+931.25%)
Mutual labels:  ant
Pro Components
🏆 Use Ant Design like a Pro!
Stars: ✭ 1,039 (+2064.58%)
Mutual labels:  ant
React Antd Todo
A simple todo list app built with React, Redux and Antd - Ant Design
Stars: ✭ 42 (-12.5%)
Mutual labels:  ant
Ant Antlibs Antunit
Mirror of Apache AntUnit - Unit Test Framework for Ant Tasks
Stars: ✭ 6 (-87.5%)
Mutual labels:  ant

FIT to TCX

Build Status Coveralls branch Code style: black

Requirements

  • python-fitparse -- A library to parse FIT files by David Cooper. You can get it from GitHub at https://github.com/dtcooper/python-fitparse.

    This library is marked as a dependency so using the installation instructions below should bring in this if you don't have it.

  • python-lxml -- A library for reading and writing XML files. It uses the C libraries libxml2 and libxslt.

    This package should be available through your packaging system, so depending on your operating system you should be able to use apt-get install python-lxml, yum install python-lxml or similar.

    This library is marked as a dependency so using the installation instructions below should bring in this if you don't have it.

Installation

Using Poetry.

Usage

Usage: fittotcx FILE

This program takes a FIT file and converts it into an TCX file and output the result to the standard output. To save the result to a file, just pipe the output to a file with fittotcx filename.fit > filename.tcx

Batch usage

Usage: ./batch.sh FILES

This command takes a series of FIT files and converts it into TCX and outputs the TCX files to the same directory as the FIT files is located in. For example, if you have your FIT files in a directory called Workouts in your home directory, calling ./batch.sh ~/Workouts/*.fit will convert all your files at the same time.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].