A command-line utility, web application, and Python library to convert Minecraft in-game maps to image files.
- Python 2.7 or 3
- Python Imaging Library
- PyNBT
-
Clone this repository into an empty directory:
git clone https://github.com/joodicator/mcmapimg cd mcmapimg
There are three ways to use this tool:
-
Run
mcmapimg.py
as a command-line program. See the output of:./mcmapimg.py --help
-
Using the web interface: make accessible by a web server
index.htm
andmap.cgi
- the latter of which is an executable Python script and should be run as a CGI program by the web server - for example, underhttp://localhost/mcmapimg
; then navigate to this URL and follow the instructions there. -
As a library directly from Python:
python >>> import mcmapimg >>> help(mcmapimg)