mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
changed the color code for strength 🤩
This commit is contained in:
parent
cbb13fcffe
commit
1f9b57a49e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user