This is a collection of Python scripts useful whilst playing Minecraft. Feel free to contribute your own scripts!
File | Description |
---|---|
subdivision_calculator.py | Calculate possible subdivisions between a starting and end point. |
In order to use the tools, you will need to have Python installed on your system. You can download Python from the official website.
We recommend using Python 3.12 or newer.
To run a script, simply open a terminal and navigate to the directory containing the script. Then run the script using the following command:
python <script>.py
If you would like to contribute a tool, please fork this repository and create a pull request with your changes. Make sure to include a description of the tool and how to use it in the README.md file.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details or visit Apache License 2.0.