- Notifications
You must be signed in to change notification settings - Fork1
osu! Mania PP calculator written in Python.
License
NotificationsYou must be signed in to change notification settings
NiceAesth/maniera
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
I SUGGEST YOU TAKE A LOOK AT MY OTHER PROJECTaiosu WHICH NOW HAS ALL MODE PP CALCULATION
Written with ❤️ byNice Aesthetics. Based onompp-web
pip install maniera
Maniera is supposed to work on Python 3+ versions
frommaniera.calculatorimportManiera# 64 = DT (https://github.com/ppy/osu-api/wiki#mods)# Maniera(path, modnum, score)calc=Maniera('beatmap.osu',64,800000)calc.calculate()print(f"{round(calc.pp,2)} PP -{round(calc.sr,2)} Stars")
Output:
564.36 PP - 8.16 Stars
About
osu! Mania PP calculator written in Python.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.