Skip to content
forked from semyon422/omppc

osu!mania performance points (and starrate) calculator

License

Notifications You must be signed in to change notification settings

osuripple/omppc

 
 

Repository files navigation

Python wrapper for omppc

This is a Python 3 wrapper that lets you use omppc as a Python class. omppc is a osu!mania performance points (and starrate) calculator made by semyon422 This is used in LETS as mania pp calculator.

Requirements

  • lua 5.2 (required by lupa)
  • lua 5.2 dev (required by lupa)
  • lupa

Usage

>>> import omppc
>>> calc = omppc.Calculator("beatmap.osu", score=1000000, mods=0, accuracy=100)
>>> calc.calculate_pp()
(103.0620415888816, 71.45130296276501, 27.319529885105837)
>>> calc.calculate_stars()
3.244000748543411

About

osu!mania performance points (and starrate) calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 74.7%
  • Python 25.3%