https://github.com/randomgamingdev/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
https://github.com/randomgamingdev/mc_skin_updater_py
Last synced: 3 months ago
JSON representation
A basic file only library for updating Minecraft skins from pre-1.8 to 1.8+ skins in Python using the pillow library
- Host: GitHub
- URL: https://github.com/randomgamingdev/mc_skin_updater_py
- Owner: RandomGamingDev
- License: mit
- Created: 2023-09-13T03:01:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T03:07:20.000Z (almost 2 years ago)
- Last Synced: 2023-09-13T11:12:46.220Z (almost 2 years ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 libraryThe file only library that you can include is [mc_skin_updater.py](https://github.com/RandomGamingDev/mc_skin_updater_py/blob/main/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](https://github.com/RandomGamingDev/mc_skin_updater_py/blob/main/example.py).The requirement(s) are in [requirements.txt](https://github.com/RandomGamingDev/mc_skin_updater_py/blob/main/requirements.txt)