We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e0a11 commit 3fa21a3Copy full SHA for 3fa21a3
Password.py
@@ -48,7 +48,7 @@ class password():
48
try:
49
colorama.init()
50
print(Fore.RED)
51
- Type = input('Strong or Weak Passwords: ')
+ Type = input('Strong, Weak or Have i been pwned: ')
52
print(Style.RESET_ALL)
53
54
if Type == "1":
0 commit comments