comparison getskin.py @ 118:eac6dae753ca

*: major cleanup committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Fri, 03 Mar 2023 22:51:28 +0000
parents 190ac0f669c6
children
comparison
equal deleted inserted replaced
117:40a7b6d9bd3b 118:eac6dae753ca
2 # by Paper, 2021-07-13 2 # by Paper, 2021-07-13
3 # this only really exists as reference to a possible java implementation 3 # this only really exists as reference to a possible java implementation
4 # (for those beta versions of minecraft that don't support UUIDs) 4 # (for those beta versions of minecraft that don't support UUIDs)
5 # however, i do not have any java experience, like, at all 5 # however, i do not have any java experience, like, at all
6 # so that'll be fun! 6 # so that'll be fun!
7 #
8 # update 2023-03-03: it was never written LOL
7 9
8 import argparse 10 import argparse
9 import base64 11 import base64
10 import cv2 12 import cv2
11 import json 13 import json