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 thesplit_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
Built Distribution
File details
Details for the file livesplit_parser-0.2.2.tar.gz
.
File metadata
- Download URL: livesplit_parser-0.2.2.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9d418d3a5fca0bfe184b06ead26905c0ee003febcff6f5f88104ffd17f0b9ae |
|
MD5 | 817e12daeceaf005f644ad7b7eda6954 |
|
BLAKE2b-256 | 483e321efe7cf396caf018c3dd12a2b79681fdd6a0916e6410425cd9cf3e1e91 |
File details
Details for the file livesplit_parser-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: livesplit_parser-0.2.2-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7407ec7307256eade533c15738a0c8f4add140663a64466416e85bfaca546b58 |
|
MD5 | f5e230e4847658b8baa5fc155b8aee31 |
|
BLAKE2b-256 | 5a361477b1efd844f1bdee8280295c6784e36b99dc5bbb9c634702b6c91f740d |