Nice job with the python script. However, I think you should point out to readers of your readme that using a non-random seed is a very bad security practice. Seeds need to be completely random to be secure. Please see my repo merland/seedpicker (or seedpicker.net) for more details.