🎹 Maniera
osu! Mania PP calculator written in Python.
Written with ❤️ by Nice Aesthetics. Based on ompp-web
Installation:
pip install maniera
Maniera is supposed to work on Python 3+ versions
Example Usage:
from maniera.calculator import Maniera
# 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
Release files for maniera 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| maniera-1.0.2.tar.gz | 3.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| maniera-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.8 kB
Release files / maniera-1.0.2.tar.gz
| Download URL | maniera-1.0.2.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
60eb56895deeb4d5a0487af09d5ead049fa214a69bd8d556121dcff986816591
|
|
BLAKE2b-256 checksum How to use checksums |
0711cb2eec2510529b1bfdd568cd265e4f02c7ecbe8be38adec5ad8203257797
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.1
|
Release files / maniera-1.0.2-py3-none-any.whl
| Download URL | maniera-1.0.2-py3-none-any.whl |
|---|---|
| Size | 16.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9143548c29c1658c4eebafb216c625ed40be810c1a39ab47d258fcc4661f2afb
|
|
BLAKE2b-256 checksum How to use checksums |
c6cdd3ef1b94af3fb1123469618c0995af5bff8bdd8dbbb2ecbfb25b53562a39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.1
|