Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sporksmith on github.
  • I am jnewsome (https://keybase.io/jnewsome) on keybase.
  • I have a public key ASCpzwh5NLMpLg6Ku7MpWVH3Rre_imqxySW316ytzjoI2Qo

To claim this, I am signing this object:

@sporksmith
sporksmith / clipperz2keepassx.py
Last active August 29, 2015 13:57
Clipperz json to keepassx xml
#!/usr/bin/env python
import xml.etree.ElementTree as ET
class KPEntry(object):
def __init__(self, title, username, password, url, comment):
self.title = title
self.username = username
self.password = password
self.url = url