Skip to main content

A powerful package for parsing .osu extention file

Project description

PyPI version

OsuPyParser

A powerful package for parsing .osu extention file

What's this?

OsuPyParser is simply parser for .osu files i made for my usage due i consistantly need it in my private repositories, It can parse literally all major data from .osu file, even timing points.

Example

Good packages need a good explanation how to use them so there it is!

from osupyparser import OsuFile

osuMap = OsuFile("./test.osu")

mapInfo = osuMap.parse()

print(f"{mapInfo.bpm}bpm {mapInfo.artist}")

Contribution

If you feel like you want to help/fix/change something in this package, just create Issue or Pull Request on GitHub and I'll review it.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

OsuPyParser-0.2.3-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page