Skip to content

Instantly share code, notes, and snippets.

@Celexi
Celexi / minimalmenu.py
Created February 5, 2018 09:36 — forked from TimelessP/minimalmenu.py
minimalmenu.py is minimal
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""minimalmenu.py by @TimelessP
https://gist.github.com/TimelessP/85b1639dfab3561425dbf8c67cdcfd59
"""
import subprocess
import inspect
import sys