https://github.com/xithrius/gradient-skins
Generate gradient Minecraft skins with ease.
https://github.com/xithrius/gradient-skins
Last synced: about 1 year ago
JSON representation
Generate gradient Minecraft skins with ease.
- Host: GitHub
- URL: https://github.com/xithrius/gradient-skins
- Owner: Xithrius
- License: mit
- Created: 2023-02-14T06:51:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T17:58:52.000Z (over 2 years ago)
- Last Synced: 2025-01-30T18:33:00.147Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gradient skins
Generate gradient Minecraft skins with ease.
## Setup and run
Install [pdm](https://github.com/pdm-project/pdm), and make sure it is in your PATH environment variable.
Afterwards, run `pdm install` in the cloned github repository.
Run `pdm gen --help` for argument help. Here is an example of outputting a gradient skin to the file `test.png`, from the RGB value of `(8, 159, 143)` to `(42, 72, 88)`:
```
pdm run gen ./test.png "8,159,143" "42,72,88"
```