Skip to main content

High quality Minecraft world editor

Project description

PyCraft is a high-quality Python library for Minecraft world offline edition. High-quality, because it respects the spirit of the Python programming language (pythonic), and because it also takes care of memory consumption, which can be a huge problem during Minecraft world edition.

PyCraft respects Python 3.3 specifications; nevertheless it is currently also compliant with Python 2.7 specifications.

PyCraft is governed by the CeCILL-C license under French law and abiding by the rules of distribution of free software.

Quick and dirty: edit a NBT file format

from pycraft import con

with open("input.nbt", "rb") as world:
  W = con.load(word)

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

PyCraft-1402240.tar.bz2 (23.2 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