osr!name
A command line tool made in Python for the popular rhythm game "osu!" that changes the player name of a .osr file (replay file).
Example:
Notice that in the top left corner it says "Played by haga1115".
Example #2:
Now, notice that it's changed from "Played by haga1115" to "Played by RyuK". osr!name has changed the name! If you send the .osr file of the replay to someone else, it will stay the same.
Cool, how do I download this?
Windows:
For Windows users, all you have to do is click on this and then follow this tutorial!
Linux:
For Linux users, it's not that hard. But you'll need Python 3.10.0 installed and the osrtools-legacy
library installed (you can download osrtools-legacy
with this command: pip3 install osrtools-legacy
) All you have to do is go to the Releases page, and then click "osr.name.py" to download! To run the program, cd into the directory the file was downloaded in, and run python3 osr.name.py
.