Skip to content

Repository files navigation

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"

About

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

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages