Skip to content

Re-Volt-America/RVA-Points

Repository files navigation

RVA-Points

Desktop application to parse RVGL session logs and export them as Re-Volt America results

deploy

Installation

  1. Download the latest release for your platform available here.
  2. Depending on your platform:
    • Windows: Execute rva_points.exe.
    • Linux: Run rva_points from commandline (you may need to grant permissions).
    • MacOS: Decompress & use the application by double clicking rva_points.

Preview Images

Calculate Tab

Preview Tab

Console Tab

Running

Software you will need in order to run the program in development mode.

  • Python 3.8 or above
  • Python modules:
    • wxPython
    • PyYAML
    • requests
    • packaging
    • PyInstaller (we use it for dist)
  • We suggest using venv & pip for development & dependency management. (In case of Apple Silicon use conda)