Get the entropy of your password, the maximum time needed to break it, and if the SHA1 sum appears in HaveIBeenPwned API.
If you have Golang, you can clone the repo and build it locally :
$ git clone https://github.com/devops-works/pass-checker.git
$ cd pass-checker/
$ go build .
Else, you can get the binary from the releases.
$ ./pass-checker [options]
options:
-g
guesses per second
default: 1000000000