Skip to main content

Parse LiveSplit data

Project description

Livesplit-Parser

A Python Package to Parse Your Data Regarding Your Speedruns

This Pyton package parses LiveSplit files and parses data within LiveSplit files.

Install this package with pip install livesplit_parser

Check out the documentation for this package here.

Example Usage

from livesplit_parser import LivesplitData

lss_path = '' # put the path to your .lss file here
my_run = LivesplitData(lss_path)

print('NUMBER OF ATTEMPTS:', my_run.num_attempts)
print('NUMBER OF COMPLETED ATTEMPTS:', my_run.num_completed_attempts)
print('PERCENTAGE OF RUNS COMPLETED:', my_run.percent_runs_completed)
print('YOUR ATTEMPT DATA\n:', my_run.attempt_info_df)
print('YOUR SPLIT DATA:\n', my_run.split_info_df)

TODO Features to Include

  • Include a StandDev column in the split_info_df that includes the standard deviation of all your attempts for that split
  • Plot split time distributions using violinplots
  • Plot runtime distributions with the splits on the x-axis and standard deviation on the y-axis
  • Plot number of runs that reset between completed runs
  • Plot completed runs over time (run ID on x-axis, final time on y-axis)
  • Plot completed runs with a heatmap showing how good that segment was for that run
  • Create a Runner class that contains a list of Runners with their data and methods that plot runs against each other
    • example: plot each runner's PB over time (runners can compare themselves against each other)
    • another example: heatmap from before with splits on the x-axis, runner on the y-axis, and heatmap comparing that segment with the means of the personal bests of every runner included

Other ideas for plots and features can be submitted to the Issues board on my GitHub repo :)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

livesplit_parser-0.2.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

livesplit_parser-0.2-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file livesplit_parser-0.2.tar.gz.

File metadata

  • Download URL: livesplit_parser-0.2.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for livesplit_parser-0.2.tar.gz
Algorithm Hash digest
SHA256 04faae9c65ce17842e30fbc1b23c2b9e1ddfab7cd4de81137eacefea308972ab
MD5 8e733a060eaea4c6fcbb8e9acb17beec
BLAKE2b-256 bfdc10894e750bd799c44c06a4d47db997f8f2bbdfcbb3cd8a1d52440cc665e1

See more details on using hashes here.

File details

Details for the file livesplit_parser-0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for livesplit_parser-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b009ae32b456835ef98b0af5c89edb9898eea7755cdbd10eb7787c756340eae5
MD5 21a71ed0cd54c98078acb8c29804f30b
BLAKE2b-256 3b1a72d6844d5c453372b2322d8725947012254699f4f7682cb7dc443d4a8aad

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page