Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bram-bolt/mc-moji
Customizable Minecraft avatar generator.
https://github.com/bram-bolt/mc-moji
art minecraft minecraft-skin-renderer profile-picture profile-picture-generator
Last synced: 4 days ago
JSON representation
Customizable Minecraft avatar generator.
- Host: GitHub
- URL: https://github.com/bram-bolt/mc-moji
- Owner: Bram-Bolt
- License: mit
- Created: 2024-07-15T14:33:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T19:34:51.000Z (3 months ago)
- Last Synced: 2024-08-27T21:34:34.324Z (3 months ago)
- Topics: art, minecraft, minecraft-skin-renderer, profile-picture, profile-picture-generator
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![mc-moji banner](https://i.imgur.com/gBlw9q9.png)
# mc-mojimc-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](https://hypixel.net/threads/guide-how-to-make-minecraft-pixel-profile-pictures-free.3747196/).## Preview
![example](https://i.imgur.com/HmGxIF5.png)
## Installation
To install the package, clone the repository and use `pip` to install it locally:```bash
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:
```bash
mc-moji [your name] -o -s -z 30
```
... or
```bash
mc-moji [your name] --overlay --shadows --size 30
```### Basic Usage
Generate a skin art from a Minecraft username
```bash
mc-moji Steve
```
... or from a file path.
```bash
mc-moji Steve.png
```
### Adding ShadowsTo add shadows to the skin:
```bash
mc-moji Steve.png --shadows
```### Adding Overlays
To add overlays to the skin:
```bash
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):
```bash
mc-moji Steve --size 2
```
### Multiple Skins
You can enter as many names you want.
```bash
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 [[email protected]](mailto:[email protected]).## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.