Skip to content

Instantly share code, notes, and snippets.

View acoster's full-sized avatar

Alex Coster acoster

View GitHub Profile

Keybase proof

I hereby claim:

  • I am acoster on github.
  • I am acoster (https://keybase.io/acoster) on keybase.
  • I have a public key ASCqvCsPTjhaXQ29gEIOzIpTIhWLXwLGbAyfGDW59Tyvywo

To claim this, I am signing this object:

@acoster
acoster / print_image.py
Last active June 14, 2026 10:29
Tool generated with Antigravity to use the We R Memory Keepers PrintMaker device
#!/usr/bin/env python3
# requirements.txt:
# bleak>=0.21.0
# Pillow>=10.0.0
import argparse
import asyncio
import os
import sys
from io import BytesIO
from bleak import BleakScanner, BleakClient