Skip to content

Bram-Bolt/mc-moji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mc-moji banner

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

example

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 30

Basic Usage

Generate a skin art from a Minecraft username

mc-moji Steve

... or from a file path.

mc-moji Steve.png

Adding Shadows

To add shadows to the skin:

mc-moji Steve.png --shadows

Adding Overlays

To add overlays to the skin:

mc-moji Steve.png --overlay

Customizing Image Size

Specify the size of the generated image (size will be 11n x 16n, to ensure correct scaling):

mc-moji Steve --size 2

Multiple Skins

You can enter as many names you want.

mc-moji Stexe Alex Herobrine --size 10

Contact & 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.