Skip to content

Instantly share code, notes, and snippets.

View ItachiSan's full-sized avatar

Giovanni Santini ItachiSan

View GitHub Profile
@tycho
tycho / lastpass-demangle.py
Last active February 19, 2021 22:45
Demangle the LastPass CSV export format
#!/usr/bin/python3
#
# Usage: ./lastpass-demangle.py lastpass-export.csv > fixed-lastpass-export.csv
#
import csv
import html
import fileinput
import sys