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.0.tar.gz (38.6 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.0-py3-none-any.whl (45.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: osu-1.5.0.tar.gz
  • Upload date:
  • Size: 38.6 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.0.tar.gz
Algorithm Hash digest
SHA256 2f186bedde218bea6206380ada34d9e64f37b4d0f460aa1bc57c8769d06eac67
MD5 8bce6ce83f589678cf0bb09fb44e633c
BLAKE2b-256 2f9894ff3098021a59d74d458a649ffe0631816a96b1611a92f2f79ff9a6c391

See more details on using hashes here.

File details

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

File metadata

  • Download URL: osu-1.5.0-py3-none-any.whl
  • Upload date:
  • Size: 45.9 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 79632001cacd7edf532d0084d8ae6ca196b48c888d7e054e2603bb827a544410
MD5 f15ec33b3bde372f55e3e1a1672ea383
BLAKE2b-256 d618f91c8ec8024d0d0b92dbecd895c6447ede5f57480e19b548cfdeeb6aa7e5

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