Giter Club home page Giter Club logo

fit-to-tcx's Introduction

Requirements
==============================================================================

- 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-fitparse`, `yum install python-fitparse` or similar.
  
  If it is not in your packaging system, use `pip` to install it.

- python-fitparse -- A library to parse FIT files by David Cooper. You can get
  it from GitHub at <https://github.com/dtcooper/python-fitparse>.
  
  Unfortunately this library don't have a setup.py file yet, and is not
  available through PyPI.
  
  You can install it manually like this:
  
  `git clone https://github.com/dtcooper/python-fitparse`
  
  `cp -R python-fitparse/fitparse /usr/local/lib/pythonX.Y/site-packages`
  
  Replace X.Y with your python version.

Usage
==============================================================================

Usage: `python fittotcx.py 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 `python fittotcx.py filename.fit > filename.tcx`

fit-to-tcx's People

Contributors

silviot avatar tigge avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.