A simple GUI tool for creating pixel art from images and converting it into an API command for WLED 0.14.x.
Find a file
2025-10-29 13:35:08 +01:00
CHANGELOG.md Add files via upload 2024-06-10 19:25:55 +02:00
LICENSE Update LICENSE 2025-04-09 13:53:03 +02:00
Pixelart-creator-v1.0.0.exe Rename Pixelart-creator.exe to Pixelart-creator-v1.0.0.exe 2024-06-10 19:27:26 +02:00
Pixelart-creator-V1.0.0.py Update and rename Pixelart-creator.py to Pixelart-creator-V1.0.0.py 2024-06-10 19:27:49 +02:00
Pixelart-creator-V1.1.0.py Add files via upload 2024-06-10 19:28:40 +02:00
README.md Update README.md 2025-10-29 13:35:08 +01:00

Pixelart creator

A simple GUI tool for creating pixel art from images and converting it into an API command for WLED 0.14.x.

Requirements

  • Python 3.x

  • tkinter

  • tkinter.colorchooser

  • Pillow

Installation

pip install tkinter

pip install tkinter.colorchooser

pip install Pillow

Usage

  • Run the Exe "Pixelart-creator.exe".

  • Use the choose Image button to choose a Image (.jpg; .png; .psd).

  • Or click on a pixel in the grid to color it.

  • Copy the API command.

  • create a new Preset in WLED (version 0.14.x).

  • Remove the tick "Use current state"

  • paste the API-Command under "API Command"

Run the Python scrypt

  • Run the script by running the following command in the terminal:

python pixelart_creator.py

  • Use the choose Image button to choose a Image (.jpg; .png; .psd).

  • Or click on a pixel in the grid to color it.

  • The API command will be displayed in the terminal window.

  • Copy the API command.

  • create a new Preset in WLED (version 0.14.x).

  • Remove the tick "Use current state"

  • paste the API-Command under "API Command"