8000 GitHub - ColinPitrat/pytrainer: Pytrainer is a tool to log all your sport excursion coming from GPS devices (with a focus on ForeRunner) or GPX (http://www.topografix.com) files. Pytrainer supports GPS track files and displays it in graphs, maps...
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pytrainer is a tool to log all your sport excursion coming from GPS devices (with a focus on ForeRunner) or GPX (http://www.topografix.com) files. Pytrainer supports GPS track files and displays it in graphs, maps...

License

Notifications You must be signed in to change notification settings

ColinPitrat/pytrainer

 
 

Repository files navigation

pytrainer - Free your sports

pytrainer is a desktop application for logging and graphing sporting activities such as running or cycling sessions. Data can be imported from GPS devices, files or input manually. Currently pytrainer supports GPX, TCX, and FIT files.

Source Repository Str 73BE ucture

  • extensions addons to extend pytrainer basic functionality
  • glade user interface design
  • imports files to parse different source formats
  • locale localization files
  • man source manpage
  • plugins files to retrieve data from different sources
  • pytrainer core files
  • schemas schemas to support correct xml parsing
  • utils localization shell script

Installation from source tarball (using pip)

Copy tarball file to a location where you have write and execution rights (e.g. /tmp or your $HOME directory). Make sure executables are under your $PATH.

$ tar -xzf pytrainer-X.Y.Z.tar.gz

$ cd pytrainer-X.Y.Z

$ pip install .

$ pytrainer -i

Installation from source tarball (deprecated method)

Copy tarball file to a location where you have write and execution rights (e.g. /tmp or your $HOME directory). Make sure executables are under your $PATH.

$ tar -xzf pytrainer-X.Y.Z.tar.gz

$ cd pytrainer-X.Y.Z

$ sudo python setup.py install

$ pytrainer -i

For more information about the process, please check [Distutils documentation] (http://docs.python.org/3.11/distutils/setupscript.html)

Further Resources

About

Pytrainer is a tool to log all your sport excursion coming from GPS devices (with a focus on ForeRunner) or GPX (http://www.topografix.com) files. Pytrainer supports GPS track files and displays it in graphs, maps...

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.0%
  • Perl 30.1%
  • XSLT 3.5%
  • Other 0.4%
0