Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
import os, re, time, string, sys
from PIL import Image, ImageFont, ImageDraw
from multiprocessing import Process, Queue
from queue import Empty
def filler(q, list):
for item in list:
q.put(item)