Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.22 KB

Minecraft Tools

This is a collection of Python scripts useful whilst playing Minecraft. Feel free to contribute your own scripts!

Included Tools

File Description
subdivision_calculator.py Calculate possible subdivisions between a starting and end point.

Usage

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

Contributing

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.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details or visit Apache License 2.0.