Skip to content

Instantly share code, notes, and snippets.

@grimthorpe
grimthorpe / rotate.py
Last active March 17, 2020 19:04 — forked from ei-grad/rotate.py
Rotate screen on tablet PCs
#!/usr/bin/env python
from time import sleep
from os import path as op
import sys
from subprocess import call, check_output
from glob import glob
def bdopen(fname):