A while ago I was building some tools to dig around in old bitcoin wallets and decided it would be fun to be able to generate wallets from anagrams. Wanting to keep the implementation insanely simple, I took a really funny approach. I split the tool out into a library and command line utility which is now on pypi (pip install maagnar). It was a fun—if naively implemented—task.