Skip to content

Instantly share code, notes, and snippets.

View CluckeyMcCormick's full-sized avatar

Nicolas McCormick Fredrickson CluckeyMcCormick

View GitHub Profile
@CluckeyMcCormick
CluckeyMcCormick / imageToM08F.py
Last active June 23, 2025 02:15
Phomemo M832 direct printing script
#! /usr/bin/python3
# GNU General Public License
import argparse, textwrap, sys, os
from PIL import Image
# Credit to MarcH / Danilo Bargen on stackoverflow for this solution
def eprint(*args, **kwargs):
print(*args, file=sys.stderr, **kwargs)