A simple Minecraft client wrapper for Python 3.10+.
This project is currently in a very early stage. It is not recommended to use this in production, as there are many bugs and missing features.
Only Python 3.10+ is supported. This has not been tested on lower versions.
There is no stable version yet.
You can install the alpha version from GitHub:
$ git clone https://github.com/plun1331/minecraft.py
$ cd minecraft.py
$ python3 -m pip install -U .[microsoft-auth]
or if you do not want to clone the repository:
$ python3 -m pip install -U git+https://github.com/plun1331/minecraft.py
Note that this requires that you have git
installed.
microsoft-auth
msal
for Microsoft authentication
For support, please join my Discord server at https://plun.is-a.dev/discord and visit the #help
channel under minecraft.py
.