CMD Block Relative Calculator
A lightweight desktop application for calculating relative coordinates for Minecraft command blocks.
A lightweight desktop application for calculating relative coordinates for Minecraft command blocks. Designed to assist with commands like /setblock
, /fill
, /clone
by converting absolute coordinates into relative ones.
Built with Python and Tkinter.
- Calculate relative coordinates between command block and destination
- Smart coordinates extraction using RegEx
- Compute
/setblock
command relative coordinates - Compute full
/fill
and/clone
command relative coordinates from two source corners and a destination - Copy results to clipboard with a single click
- Automatically save logs to preserve previous calculations
- Light & dark theme
For Windows users, a standalone .exe file is available — no Python installation required.
- Go to the Releases page.
- Download the latest .exe version from the Assets section.
- Run the file — no setup needed.
Note
This program was compiled using Nuitka with the following parameters:
python -m nuitka "commandblock-relative-calculator.py" --windows-icon-from-ico=icon.ico --onefile --enable-plugin=tk-inter --windows-console-mode=disable
Tested on Python 3.11.
- Clone the repository:
git clone https://github.com/hXR16F/commandblock-relative-calculator
- Install dependencies:
pip install -r requirements.txt
- Launch the app:
python commandblock-relative-calculator.py
If you support my work or like my projects, you can donate me some money. Thank you 💙