mirror of
https://gittea.illegalesachen.download/raucherpause/go-osu-parser.git
synced 2026-08-17 19:22:42 +08:00
Golang Library to Parse and Read osu! .db files
- Go 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| github/workflow | ||
| parser | ||
| pkg | ||
| .gitignore | ||
| .gomarkdoc.yml | ||
| go.mod | ||
| LICENSE | ||
| README.md | ||
OsuParser 
Small go based Library to Read osu! dbs and .osu files
import "github.com/juli0n21/go-osu-parser/parser"
get github.com/juli0n21/go-osu-parser@latest
Currently Supported files:
-
osu!.db
-
scores.db
-
collection.db
-
.osu files
Planned features
-
Reading ReplayFiles
-
Changing and Saving afformentioned files
For usage information look at the pkg/example.go examples