Open Roles

Your next level starts now

We’re building the future for players, partners and people who want to lead it.

Ready to grow, expand or join us? We’d like to talk.

Lexia Hacks Github Apr 2026

infile, outfile = sys.argv[1], sys.argv[2]

def anonymize(value): return hashlib.sha256(value.encode('utf-8')).hexdigest()[:10] lexia hacks github

if len(sys.argv) < 3: print("Usage: python export-cleaner.py input.csv output.csv") sys.exit(1) infile, outfile = sys