Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 485 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 485 Bytes

Feed2Image

A repository of tools for converting complicated APIs into simple images for display on embedded, internet-connected devices.

xkcd2jpg

Convert the daily xkcd (or any given number) to a .jpg image formatted to 600x448 for Inky Frame.

Includes a QR Code linking to the image, and the alt text below.

Daily:

python3 -m plugins.xkcd

Outputs: build/xkcd-daily.jpg

Specific XKCD:

python3 -m plugins.xkcd <number>

Outputs: build/xkcd-<number>.jpg