Skip to content

Instantly share code, notes, and snippets.

View splaice's full-sized avatar

Sean Plaice splaice

  • San Francisco, CA
View GitHub Profile
@splaice
splaice / yapf
Created April 5, 2015 06:48
yapf wrapper
#!/usr/bin/env bash
#
# put me in ~/bin and chmod +x me
#
PYTHONPATH=~/src/yapf python ~/src/yapf/yapf $@
@splaice
splaice / menu.py
Created February 20, 2017 01:37
Selectable menu in Python using blessed
#!/usr/bin/env python
from blessed import Terminal
menu = [["login to system"], ["create account"], ["disconnect"]]
def display_screen(selection):
term = Terminal()
print term.clear()

Keybase proof

I hereby claim:

  • I am splaice on github.
  • I am splaice (https://keybase.io/splaice) on keybase.
  • I have a public key ASBXr--_whPmAOQiyu_d5h72vf5frAlmeLqxIs26zIiHOwo

To claim this, I am signing this object: