You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
passgen.py:168: DeprecationWarning: The random parameter to shuffle() has been deprecated since Python 3.9 and will be removed in a subsequent version.
The text was updated successfully, but these errors were encountered:
We need password generation at work. I spent a while digging through various password generators on pip and like this one best. I'm happy to provide a PR outside work hours, if you're still maintaining this. If you're not maintaining (since it's not very active), I'd be open to helping as needed. If you're not maintaining, I'll just eventually fork a local copy with a fix at work.
Hi! Thank you very much for your feedback. I totally missed the removal of random.shuffle().
I still intend to maintain this, but unfortunately have little free time. Not only this project is open for PR's, but new maintainers are also very welcome. I can add you as a maintainer, if you will. Otherwise I will try my best, and patch it by Sunday.
passgen.py:168: DeprecationWarning: The random parameter to shuffle() has been deprecated since Python 3.9 and will be removed in a subsequent version.
The text was updated successfully, but these errors were encountered: