The unofficial Python wrapper for geysermc.org
Project description
geysermc
The unofficial Python wrapper for geysermc.org
Installation
Install the module with pip:
pip3 install geysermc
Update existing installation: pip3 install geysermc --upgrade
Links
Requirements
Name | Description |
---|---|
Pillow |
Python Imaging Library (Fork) |
requests |
Requests is a simple, yet elegant, HTTP library. |
pydantic |
Data validation using Python type hints |
Features
- Get Microsoft xuid or gamertag.
- Download any geyser project.
- Get bedrock skin.
Examples
Show bedrock player skin
from geysermc import GeyserMC
api = GeyserMC()
xuid = api.get_xuid('legopitstop')
skin = api.get_skin(xuid)
image = api.get_raw_texture(skin.texture_id)
image.show()
Download Geyser plugin
from geysermc import GeyserMC
api = GeyserMC()
with open('geyser-spigot.jar', 'wb') as fd:
data = api.get_download('geyser', 'spigot')
fd.write(data)
Project details
Release history Release notifications | RSS feed
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.1.0.tar.gz
(5.9 kB
view details)
File details
Details for the file geysermc-1.1.0.tar.gz
.
File metadata
- Download URL: geysermc-1.1.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86530249c6e32a913e4bcddaa47196dcb9fa3c9d33f9ca22deba823f213db368 |
|
MD5 | 2dbd3181978c77df7e1c7dcd35bfbf89 |
|
BLAKE2b-256 | 50e38029a16b128551aab6414872f5f6494a1ea87e1ab97acc12b99694c0558a |