dropbox / python-zxcvbn

A realistic password strength estimator.
https://tech.dropbox.com/2012/04/zxcvbn-realistic-password-strength-estimation/
MIT License
254 stars 53 forks source link

Python 3 Compatability #17

Open nigelnquande opened 8 years ago

nigelnquande commented 8 years ago

In order to use this code with Python 3, print statements need to wrap strings in parentheses and xrange needs to be changed to range. No additional changes are required.

markrowsoft commented 8 years ago

Has anyone forked the project and made these changes?

pawamoy commented 7 years ago

There are PRs to fix this, we're just waiting for them to be merged :/