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.2.tar.gz (38.8 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.2-py3-none-any.whl (47.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: osu-1.5.2.tar.gz
  • Upload date:
  • Size: 38.8 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.2.tar.gz
Algorithm Hash digest
SHA256 8a6bc59c0713f30262e6f270c6edc28a189678c8301c46cd93a92c31a7a6d85f
MD5 cb52c4f881096ded37e6bd54a4127a32
BLAKE2b-256 3c6d00bbe5a1e4877ba9b8911cd0ae564af0f1b3aa0d0eaaf060bc9149a2a9af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: osu-1.5.2-py3-none-any.whl
  • Upload date:
  • Size: 47.0 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8f6a58ccdcee0090547a149b78e34dc69f7aa85e1300a1eadf7891dfc280a629
MD5 cecbc498d0bf50d5f90981cd9062c285
BLAKE2b-256 a9a8974bed128c143c8b8c21cb7163d302a89985fa4c5d0bd3105234e02a614f

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