Python3 script to download a random XKCD comic, transfer the image via serial to a Zebra thermal printer, and print a label.
Download Python dependencies
$ python3 -m pip install -r requirements.txt -U --user
Configure the COM port in the xkcd-printer.py
script
Example com_port = "COM3"
$ python3 xkcd-printer.py