Analysis updated 2026-05-18
Print a random Momir Basic creature card instantly at the table
Build and print full decklists pulled from MTGTOP8 for tabletop play
Set up an offline Raspberry Pi station for printing custom Magic cards and tokens
| ojazeker/mo | aevella/sky-pc-mcp-companion | alicankiraz1/gemma-4-31b-mtp-vllm-server | |
|---|---|---|---|
| Stars | 26 | 26 | 26 |
| Language | Python | Python | Python |
| Setup difficulty | hard | moderate | hard |
| Complexity | 4/5 | 3/5 | 4/5 |
| Audience | general | vibe coder | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires a Raspberry Pi, thermal printer hardware, GPIO wiring, and running a separate build pipeline before deployment.
Mo is a Python project that turns a Raspberry Pi (a small, affordable single-board computer) into a dedicated physical card printer for the card game Magic: The Gathering. Instead of looking up cards on a screen, you can print physical-quality card images instantly on a thermal printer, the kind of small paper printer you see printing receipts at stores. The setup works in two stages. First, on a regular computer, you run a data pipeline that downloads card data and images from the internet, converts the images into a format optimized for thermal printing (called dithering, which reduces colors to simple black-and-white patterns), and builds a local database. Second, on the Raspberry Pi itself, a web app runs automatically at boot, letting you search for cards, browse decklists, and trigger printing, all without an internet connection. The web interface has a numpad for quickly picking cards by their mana cost (the resource you spend to play them), a search tool for finding specific cards or tokens, and a deck list view that lets you preview and print multiple cards at once. It also includes a feature to fetch popular competitive decklists from an external site during the build stage. A physical switch on the hardware lets you toggle between connecting to your home network or broadcasting its own hotspot, which is handy at game tables away from home. The project is built in Python and runs as a background service on the Raspberry Pi.
A Raspberry Pi project that prints physical Magic: The Gathering cards and decks on a thermal printer, fully offline.
Mainly Python. The stack also includes Python, Flask, Raspberry Pi.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.