https://github.com/legopitstop/mojangskin
Get Minecraft player skins from the Mojang API.
https://github.com/legopitstop/mojangskin
images minecraft mojang pillow pypi python pythonpackage skin
Last synced: 7 months ago
JSON representation
Get Minecraft player skins from the Mojang API.
- Host: GitHub
- URL: https://github.com/legopitstop/mojangskin
- Owner: legopitstop
- License: mit
- Created: 2022-08-11T17:37:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T17:47:11.000Z (over 1 year ago)
- Last Synced: 2024-04-11T22:22:07.382Z (over 1 year ago)
- Topics: images, minecraft, mojang, pillow, pypi, python, pythonpackage, skin
- Language: Python
- Homepage: https://pypi.org/project/MojangSkin/
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MojangSkin - 1.0.0
NOTE: This project is still being worked on and may have a few errors with functions or functions that are placeholder and do not have any functionallity.
## What is this?
Get Minecraft player skins from the Mojang API.
## Install
`pip install MojangSkin`
## Requirements
| Name | Descirption |
|--|--|
| [mojangapi](https://pypi.org/project/mojang/) | `Mojang` is a Python package for accessing Mojang's services. It serves as a simple wrapper around Mojang's API and can be used to convert UUIDs, get profile information, and much more. |
| [requests](https://pypi.org/project/requests/) | **Requests** is a simple, yet elegant, HTTP library. |
| [Pillow](https://pypi.org/project/Pillow/) | PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift. |## Example
[See examples.py](./examples.py)
## License
MIT License