Skip to content

A basic file only library for updating Minecraft skins from pre-1.8 to 1.8+ skins in Python using the pillow library

License

Notifications You must be signed in to change notification settings

RandomGamingDev/mc_skin_updater_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mc_skin_updater_py

A basic file only library for updating Minecraft skins from pre-1.8 to 1.8+ skins in Python using the pillow library

The file only library that you can include is mc_skin_updater.py. To use it simply import the file and then call the convert function with a Pillow image containing your skin (the library will assume that you checked that it's of the old skin type) and then will return the new skin file which you can save or do whatever else you want with it. If you're still confused you can look at how to use it in example.py.

The requirement(s) are in requirements.txt

About

A basic file only library for updating Minecraft skins from pre-1.8 to 1.8+ skins in Python using the pillow library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages