A command line tool made in Python for the popular rhythm game

Related tags

CLI Tools osr-name
Overview

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:

Header

Notice that in the top left corner it says "Played by haga1115".

Example #2:

Header

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.

You might also like...
PyArmor is a command line tool used to obfuscate python scripts

PyArmor is a command line tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.

A command line tool (and Python library) for archiving Twitter JSON

A command line tool (and Python library) for archiving Twitter JSON

Unofficial Open Corporates CLI: OpenCorporates is a website that shares data on corporations under the copyleft Open Database License. This is an unofficial open corporates python command line tool.
Unofficial Open Corporates CLI: OpenCorporates is a website that shares data on corporations under the copyleft Open Database License. This is an unofficial open corporates python command line tool.

Unofficial Open Corporates CLI OpenCorporates is a website that shares data on corporations under the copyleft Open Database License. This is an unoff

Professor Wordlist is a free open source command line tool written in python

Professor Wordlist is a free open source command line tool written in python, With the aim of generating custom wordlists with a variety of unique parameters and functions providing many possibilities.

A simple command line tool written in python to manage a to-do list

A simple command line tool written in python to manage a to-do list Dependencies: python Commands: todolist (-a | --add) [(-p | --priority)] [(-l | --

spotifytools is a Python command line tool

spotifytools spotifytools is a Python command line tool Documentation The documentation is available on the following link Releases Instalation instru

A command line tool to query source code from your current Python env
A command line tool to query source code from your current Python env

wxc wxc (pronounced "which") allows you to inspect source code in your Python environment from the command line. It is based on the inspect module fro

MsfMania is a command line tool developed in Python that is designed to bypass antivirus software on Windows and Linux/Mac in the future
MsfMania is a command line tool developed in Python that is designed to bypass antivirus software on Windows and Linux/Mac in the future

MsfMania MsfMania is a command line tool developed in Python that is designed to bypass antivirus software on Windows and Linux/Mac in the future. Sum

Bonjour Software pypahe is a Python Package Helper command-line tool.

pypahe Bonjour Software pypahe is a Python Package Helper command-line tool. Requirements Docker runtime Usage print the latest available version of a

Comments
  • dumping merged into osrparse

    dumping merged into osrparse

    hello once again plextora! dumping was successfully merged into the main osrparse library, with just a little change! now, to dump the replay, you need to call the .dump(file_path) function in the Replay class itself! so, something like:

    import osrparse
    
    replay = osrparse.parse_replay_file("path/to/osr.osr")
    replay.dump("path/to/new_osr.osr")
    

    (P.S. remember to change the readme about the module to install this time! haha)

    maintenance 
    opened by bemxio 1
  • moving out from osrtools-legacy

    moving out from osrtools-legacy

    hi plextora! i recently worked on dumping now and now i made a fork of osrparse, that has support for all game modes! everything is now working nicely

    just saying that you should move into the fork in this repo you can easily install the fork into pip by uninstalling the original osrparse and installing the fork:

    pip uninstall osrparse
    pip install git+https://github.com/bemxio/osu-replay-parser@dumping
    

    all instructions are in the README of the branch! i also made a PR to the original repo, so it might be eventually moved into the original osrparse itself

    maintenance 
    opened by bemxio 1
Releases(v1.2)
Owner
Hello there! I'm a developer that primarily codes in CSS, JavaScript, and GDScript! You can find all of the projects/games I've done on my repositories tab
null
AML Command Transfer. A lightweight tool to transfer any command line to Azure Machine Learning Services

AML Command Transfer (ACT) ACT is a lightweight tool to transfer any command from the local machine to AML or ITP, both of which are Azure Machine Lea

Microsoft 11 Aug 10, 2022
A command-line based, minimal torrent streaming client made using Python and Webtorrent-cli.

ABOUT A command-line based, minimal torrent streaming client made using Python and Webtorrent-cli. Installation pip install -r requirements.txt It use

Janardon Hazarika 17 Dec 11, 2022
This is a command line program to play cricket made using Python.

SimpleCricketPython This is a command line program to play cricket made using Python < How it works First you have the option of selecting whether you

Imira Randeniya 1 Sep 11, 2022
A cd command that learns - easily navigate directories from the command line

NAME autojump - a faster way to navigate your filesystem DESCRIPTION autojump is a faster way to navigate your filesystem. It works by maintaining a d

William Ting 14.5k Jan 3, 2023
Ros command - Unifying the ROS command line tools

Unifying the ROS command line tools One impairment to ROS 2 adoption is that all

null 37 Dec 15, 2022
A clone of the popular online game Wordle

wordle_clone A CLI application for wordle. Description A clone of the popular online game Wordle.

null 0 Jan 29, 2022
A command line connect 4 game against a minimax agent.

A command line connect 4 game against a minimax agent.

null 1 Oct 17, 2021
Python command line tool and python engine to label table fields and fields in data files.

Python command line tool and python engine to label table fields and fields in data files. It could help to find meaningful data in your tables and data files or to find Personal identifable information (PII).

APICrafter 22 Dec 5, 2022
PwnWiki command line searching tool & bindings written in Python

pwsearch PwnWiki 数据库搜索命令行工具。 安装 您可以直接用 pip 命令从 PyPI 安装 pwsearch: pip3 install -U pwsearch 您也可以 clone 该仓库并直接从源码启动

PwnWiki 20 Jun 21, 2021