Skip to main content

A python library that emulates the osu! stable client

Project description

osu.py

Python 3.10+ License GitHub Actions Workflow Status

osu.py is a python library that emulates part of the online functionality of the osu! stable client.

IMPORTANT: Use this library at your own risk! I am not responsible for any unexpected behavior of the client or anything that can happen to your account. If you want to test it out on a custom server, you can set the server attribute when initializing the client.

You can install this package with pip:

pip install osu

Or build it manually:

git clone https://github.com/Lekuruu/osu.py.git
cd osu.py
pip install -e .

You can also build a source distribution and wheel locally:

pip install build
python -m build

Features

  • Receiving player stats
  • Sending/Receiving chat messages
  • Spectating
  • Avatars
  • Comments
  • Replays
  • Scores/Leaderboards
  • Tournament client behaviour
  • Direct Search
  • Direct Download
  • Multiplayer
  • Documentation

Example

Here is a small example of how to use this package:

from osu.bancho.constants import ServerPackets
from osu.objects import Player
from osu import Game
import logging

# Enable extended logging
logging.basicConfig(
    level=logging.INFO,
    format='[%(asctime)s] - <%(name)s> %(levelname)s: %(message)s'
)

# Initialize the game class
game = Game(
    USERNAME,
    PASSWORD
)

# Simple message handler
@game.events.register(ServerPackets.SEND_MESSAGE)
def on_message(sender: Player, message: str, target: Player):
    if message.startswith('?ping'):
        sender.send_message('pong!')

# Run the game
game.run()

You can also run tasks, independent of server actions:

# Example of a task, running every minute
@game.tasks.register(minutes=1, loop=True)
def example_task():
    ...

For a more in-depth example, please view this project.

Project details


Download files

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

Source Distribution

osu-1.5.3.tar.gz (39.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

osu-1.5.3-py3-none-any.whl (47.3 kB view details)

Uploaded Python 3

File details

Details for the file osu-1.5.3.tar.gz.

File metadata

  • Download URL: osu-1.5.3.tar.gz
  • Upload date:
  • Size: 39.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.20

File hashes

Hashes for osu-1.5.3.tar.gz
Algorithm Hash digest
SHA256 ff87ad278213e361226ce2f6d627cb046a5e0680d7052c9de94f48760499d913
MD5 87d8ed55abeba0a7235a28167b18eb72
BLAKE2b-256 fec82b9c7bdc84930feb3069e453de85f4dabbbb0ea1bd3434498beb6fcb2aaa

See more details on using hashes here.

File details

Details for the file osu-1.5.3-py3-none-any.whl.

File metadata

  • Download URL: osu-1.5.3-py3-none-any.whl
  • Upload date:
  • Size: 47.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.20

File hashes

Hashes for osu-1.5.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0f59281e337fbe887c7ad2fda0e5eebd15447160bf2aff90a2784c99b08947b5
MD5 7dc513da9bdf06bf332e847728237660
BLAKE2b-256 793e7c49805b742db5f67615da83e063c203b446e57ac4b0765acdb6aaddbaa8

See more details on using hashes here.

Supported by

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