Skip to content

AccMoment/osu-data-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osu-data-reader

a tool which can easy read osu!.db,collection.db,scores.db to a structured data

How to use?

//get osu!.db file data
val data = OsuDataReader.getOsuData("your osu.db file path")

//get scores.db file data
val scores = OsuDataReader.getScoresList("your scores.db file path")

//get collection.db file data
val collection = OsuDataReader.getOsuCollectionList("your collection.db file path")

About

a tool which can easy read osu!.db,collection.db,scores.db to a structured data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages