MBmasher / osu-calc

A version of osu! PP calculator written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osu-calc

osu! calc is a performance point(PP) calculator for the game osu! This program only works on standard beatmaps. If provided an API key you will be able to use a link to easily calculate PP without downloading the beatmap. Use keys.cfg to add the API key. Most of this code is based on the C++ version located here.

Usage

This program is written in python and requires version 2.7. There are several supported arguments.

  • -l link (If API key available)
  • -acc % acc
  • -c100 # of 100s
  • -c50 # of 50s
  • -m # of misses
  • -sv score version 1 or 2
  • -mods string of mods

Examples:

python calc.py map.osu
python calc.py map.osu -mods HDDTHR
python calc.py -l https://osu.ppy.sh/b/994495

About

A version of osu! PP calculator written in python


Languages

Language:Python 100.0%