GitHunt
JO

joaoalves03/wplace-export

Export a designated area of wplace into an image

WPlace export tool

Exports a designated area of wplace into an image.
Currently missing real map as a background.

Caution

Please avoid exporting very large areas, you might get banned by Cloudflare. Please use this tool responsibly.

Installation

git clone https://github.com/joaoalves03/wplace-export
cd wplace-export
pip install -r requirements.txt

Usage

Example: python wplace-export.py 973 761 975 762

positional arguments:
  start_x
  start_y
  end_x
  end_y

options:
  -h, --help            show this help message and exit
  -s, --save-chunks     Also save an image of each chunk
  -w SECONDS, --watch SECONDS
                        Exports the area every X seconds
  -f COLOR (#RRGGBBAA), --fill COLOR (#RRGGBBAA)
                        Specify color to use as background (Defaults to transparent)

Obtaining coordinates

  1. Open your browser's developer tools
  2. Go to the network tab
  3. Select a pixel in wplace
  4. A request to the server will be made, and the url
    will contain the chunk where that pixel is located, like:
    https://backend.wplace.live/s0/pixel/CHUNK_X/CHUNK_Y?x=283&y=894. Use CHUNK_X and CHUNK_Y

Languages

Python100.0%

Contributors

MIT License
Created August 10, 2025
Updated February 25, 2026
joaoalves03/wplace-export | GitHunt