Skip to content

yanda-dy/medal-speedrun-tool

Repository files navigation

Medal Speedrun Tracker

Quickstart (Windows Only)

  1. Download osu! and StreamCompanion as below (you don't need Python for this method)
  2. Download MedalSpeedrunTool.zip from the releases tab
  3. Unzip and run MedalSpeedrunTool.exe

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/yanda-dy/medal-speedrun-tool.git
    cd medal-speedrun-tool
    
  2. Create a virtual environment and activate it:

    python -m venv venv
    venv\Scripts\activate  # On Linux or MacOS, use `source venv/bin/activate`
    
  3. Install the required packages:

    pip install -r requirements.txt
    

Running the Application

To start the application, run:

python app.py

About

Tool for timing and tracking osu! medal speedruns

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published