🏠
Working from home
Pinned Loading
-
create python3 env; install zxcvbn p...
create python3 env; install zxcvbn python library; check password score; prints details 1python3 -m venv .venv && . .venv/bin/activate && pip install zxcvbn && python -c "from pprint import pprint;from zxcvbn import zxcvbn;results = zxcvbn('<my_password>', user_inputs=['<firstname>', '<lastname>', '<email>']);pprint(results)" && deactivate && rm -r .venv
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.