Skip to content

Instantly share code, notes, and snippets.

View mjayfrancis's full-sized avatar

Matthew Francis mjayfrancis

  • Cambridge, UK
View GitHub Profile
@mjayfrancis
mjayfrancis / cached_lo_profile.py
Created October 19, 2017 08:28
Launch a LibreOffice instance with a copy of a pre-cached user profile
#!/usr/bin/python3
import os
import re
import shutil
import subprocess
import tempfile
import time
import uno
import uuid