Skip to content

Python script for creating .png exports from Minecraft Dynmap maps

License

Notifications You must be signed in to change notification settings

danae/dynmappng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynmap-png

dynmap-png is a Python script for creating .png exports from Minecraft Dynmap maps. It currently supports creating .png exports from a Dynmap tiles directory, exported per chunk.

Installation

For the script to work you need a recent version op Python 3 installed on your machine. Afterwards, the script is best installed from the Python Package Index using PIP:

python3 -m pip install dynmap_png

The installation script creates a global executable dynmap_png that can be used to generate the images.

Usage

Use the following command in a terminal to execute the script:

dynmap_png [-h] [-o OUTPUT] [-z ZOOM] /path/to/tiles

Optional arguments:

Name Description
-h, --help Show this help message and exit
-o OUTPUT, --output OUTPUT The output directory of the image(s); defaults to the working directory
-z ZOOM, --zoom ZOOM The zoom level to use when generating the image; between 0 and 5; defaults to 0

About

Python script for creating .png exports from Minecraft Dynmap maps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages