Skip to content

Instantly share code, notes, and snippets.

View lubeda's full-sized avatar
💭
Learning coding

LuBeDa lubeda

💭
Learning coding
  • Germany - North Rhine Westfalia
View GitHub Profile
@lubeda
lubeda / gif2awtrix.py
Last active May 5, 2020 21:21
conver 8x8 GIF to Awtrix privatIcons format
#use at your own risk
from PIL import Image,ImageSequence
import sys
def getPixels(filename,text):
img = Image.open(filename, 'r')
w, h = img.size
index = 1
result = ""