Skip to main content

Convert minecraft skins from steve to alex and vice versa

Project description

Minecraft Skin Converter

Build Status PyPi version

This is a simplified version of https://github.com/811Alex/MCSkinConverter, ported to python. Big Thanks to the original creator 811Alex

Convert skins from alex to steve and vice versa.

Installation

pip install minecraft-skin-converter

Basic Usage

from minecraft_skin_converter import SkinConverter

sc = SkinConverter()
sc.load_from_file('steve.png')
print(sc.is_steve())
sc.steve_to_alex()
sc.save_to_file('steve_as_alex.png')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Minecraft Skin Converter-1.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

Minecraft_Skin_Converter-1.2-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page