Skip to main content

The unofficial Python wrapper for geysermc.org

Project description

geysermc

PyPI Python Downloads Status Code style: black Issues

The unofficial Python wrapper for geysermc.org

Installation

Install the module with pip:

pip3 install geysermc

Update existing installation: pip3 install geysermc --upgrade

Requirements

Name Description
Pillow Python Imaging Library (Fork)
requests Requests is a simple, yet elegant, HTTP library.

Features

  • Get Microsoft xuid or gamertag.
  • Download any geyser project.
  • Get bedrock skin.

Examples

Show bedrock player skin

import geysermc

xuid = geysermc.get_xuid('legopitstop')
skin = geysermc.get_skin(xuid)
image = geysermc.get_raw_texture(skin.texture_id)
image.show()

Download Geyser plugin

import geysermc

with open('geyser-spigot.jar', 'wb') as fd:
    data = geysermc.get_download('geyser', 'spigot')
    fd.write(data)

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

geysermc-1.0.0.tar.gz (5.6 kB view hashes)

Uploaded Source

Supported by

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