minegen icon indicating copy to clipboard operation
minegen copied to clipboard

MINEcraft achievement GENerator with Python

minegen

MINEcraft achievement GENerator with Python. For information on achievement: minecraft.gamepedia.com/Achievements

Availability

Only GNU/Linux

Installing

Install via PyPi:

[sudo] pip3 install minegen

Usage

To generate achievement:

minegen -t Diamonds! -b "Acquire diamonds" -i diamond

output.png

output.png

To get the Item list:

minegen -l

You can get more information by doing:

minegen --help

Modular use:

>>> import mingen
>>> items = minegen.items
>>> minegen.generate(["Monsters Hunted", "Kill one of every hostile monster"], "sword")
Successful!

License

This project is licensed under the MIT License - see the LICENSE file for details