An open API service indexing awesome lists of open source software.

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.

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