Bram-Bolt/mc-moji
Customizable Minecraft avatar generator.
mc-moji
mc-moji is a tool for creating quick skin art based on Minecraft skins.
It is customizable based on overlays, shadows, and size.
The skin art is inspired by this article.
Preview
Installation
To install the package, clone the repository and use pip to install it locally:
git clone https://github.com/bram-bolt/mc-moji.git
cd mc-moji
pip install .Usage
Once installed, you can use the mc-moji command to generate skin art. Below are some examples of how to use the command.
Recommended Usage
The command below will give the best results on average:
mc-moji [your name] -o -s -z 30... or
mc-moji [your name] --overlay --shadows --size 30Basic Usage
Generate a skin art from a Minecraft username
mc-moji Steve... or from a file path.
mc-moji Steve.pngAdding Shadows
To add shadows to the skin:
mc-moji Steve.png --shadowsAdding Overlays
To add overlays to the skin:
mc-moji Steve.png --overlayCustomizing Image Size
Specify the size of the generated image (size will be 11n x 16n, to ensure correct scaling):
mc-moji Steve --size 2Multiple Skins
You can enter as many names you want.
mc-moji Stexe Alex Herobrine --size 10Contact & Contributing
All types of contributions are encouraged and valued. From adding extra mappings to code refactors. Just open a pull request or issue and I will take a look at it.
For more complex suggestions, or questions, reach out to contact@brambolt.me.
License
This project is licensed under the MIT License - see the LICENSE file for details.

