Skip to content

Instantly share code, notes, and snippets.

@magks
magks / wallfix.py
Last active July 24, 2016 10:58 — forked from coleifer/wallfix.py
automatically resizes and crops an image to make it suitable for use as a wallpaper. -- written by @coleifer
#!/usr/bin/env python
import os
import re
import sys
from PIL import Image
HOME = os.environ['HOME']