- Python 100%
| CHANGELOG.md | ||
| LICENSE | ||
| Pixelart-creator-v1.0.0.exe | ||
| Pixelart-creator-V1.0.0.py | ||
| Pixelart-creator-V1.1.0.py | ||
| README.md | ||
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
-
Install Python 3.x from the official website: https://www.python.org/downloads/
-
Install the required libraries by running the following command in the terminal:
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"