VPrune prunes and splits .tcx files to make them more compatible with Lezyne and other GPS devices that are unable to handle large and complex files.
VPrune can be run as a windowed GUI program (Windows, Linux/Unix, MacOS) OR from the command line (Windows, Linux/Unix, MacOS, Android) OR via web interface (Android, etc).
VPrune runs as a Windows .exe right out of the box and on most any platform where you can install & run Python:
-
Windows vprune.exe and vprune-console.exe files are provided (click-and-run the vprune.exe to run windowed version, or use vprune-console.exe in command-line mode, at your preference)
-
vprune.py will run on most any platform where Python will run (MacOS, Linux/Unix, Android, iOS?, and more) - again, windowed where that is possible and command line otherwise or if you prefer it. See Python setup instructions in Wiki.
New in v.1.1.5
- Improved documentation, new wiki with detailed info about options & installation on Android/Linux/Unix
- Command line options to force --gui and --webgui (.py version)
New in v1.1.3
- Detailed step-by-step instructions for setting up and running under Python, for non-windows platforms (in the Readme and vprune.py help at the top of the file, or in more detail at the Wiki)
- Added requirements.txt to make it easy to install correct version of libraries needed for vprune.py under Python
- repl.it version improved & smoothed out. Try it: https://repl.it/@bhugh/TCXPrune
- Improved documentation & Readme file
- Better error/status messages
- Auto-runs in console/command line mode if necessary libraries to run in windowed mode are not installed
- Many bug fixes
See the ReadMe for more detailed instructions for running as a Python program (almost any modern computer platform), and more specific instructions for running under Android & Termux as a web GUI app.
Made with PySimpleGUI and PySimpleGuiWeb.