Skip to content

render skin minecraft and get head, body, arm, leg and skin of different positions: front, back, left, right

License

Notifications You must be signed in to change notification settings

xJamp/Minecraft-Skin-Render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example

Raw Skin

Raw

Render

Face

front back left right

Skin

front back left right

Usage

import Skinrender

Head = Skinrender.load('ImgExample/Steve.png').head(scale = 14) # return PIL object
Body = Skinrender.load('ImgExample/Steve.png').body()
Arm = Skinrender.load('ImgExample/Steve.png').arm()
Leg = Skinrender.load('ImgExample/Steve.png').leg()
Skin = Skinrender.load('ImgExample/Steve.png').skin()

Args

param default values use in
scale 16 int head, body, arm, leg and skin
color transparent tuple; RGB, example: (243,123,312) skin
save None path of file head, body, arm, leg and skin
position front front / left / right / back head, body, arm, leg and skin
side left left / right arm and leg

License

MIT

About

render skin minecraft and get head, body, arm, leg and skin of different positions: front, back, left, right

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages