Museus / LivesplitPruner

Script to clean up livesplit files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LivesplitPruner

This script can be used to remove any attempts that are below a minimum duration from your splits files.

Using Pruner

  1. Put pruner.py in the same folder as your splits.
  2. Run pruner.py (If the program just opens your command prompt and immediately closes, run it via command line instead. To do this, hold Shift and right-click inside the folder with your splits, select "Open command line here" or "Open powershell here", and type python pruner.py
  3. Type the name of the splits file to prune (including the .lss)
  4. Type the minimum duration to keep in seconds

The pruner will create a new file called pruned_<splits file name>.lss keeping your original splits intact.

This script will not update your golds. A future version will.

About

Script to clean up livesplit files

License:GNU General Public License v3.0


Languages

Language:Python 100.0%