Skip to content

Instantly share code, notes, and snippets.

@pieterbreed
pieterbreed / keepassx-to-1passwords.py
Last active July 1, 2016 18:33 — forked from arudmin/ keepassx-to-1passwords.py
Convert exported XML file from KeepassX that could be imported to 1Password (via CSV comma separated file)
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
import re
from lxml import etree
import StringIO
import sys
import string