From 1f9b57a49e428d9f5ca7ef79b85b673508d5a6c3 Mon Sep 17 00:00:00 2001 From: Abbhiishek Date: Sat, 1 Oct 2022 13:48:58 +0530 Subject: [PATCH] =?UTF-8?q?changed=20the=20color=20code=20for=20strength?= =?UTF-8?q?=20=F0=9F=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/Password Srength Checker/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Password Srength Checker/main.py b/scripts/Password Srength Checker/main.py index cf748f5..b32a456 100644 --- a/scripts/Password Srength Checker/main.py +++ b/scripts/Password Srength Checker/main.py @@ -14,7 +14,7 @@ def check(): if final >= 0.66: w.create_rectangle(105, 50, 300, 100, fill="#27cf54", outline="white") - elif final > 0.10 and final < 0.40: + elif final > 0.10 and final < 0.65: w.create_rectangle(105, 50, 300, 100, fill="#f0f007", outline="white") elif final <= 0.10: