Skip to content

v1.1.0.0-alpha: Password strength is now automatically checked as you type!

Pre-release
Pre-release

Choose a tag to compare

@IceTheCoder IceTheCoder released this 02 Feb 11:00
· 1269 commits to main since this release
64d0e45

Changes

  • Password strength is automatically checked as you type
  • Removed the done button in the password strength frame
  • Updated screenshots in README following the removal of the done button in the password strength frame.
  • Updated acknowledgements with a youtube video and another stack overflow question

Code-cleaning

  • Renamed tips_font to warning_font in password_strength.py
  • Removed all references to the done button in password_strength.py
  • Removed the global_frame variable and replaced it with the local variable 'frame' in show_password_strength_frame() in password_strength.py
  • Updated DOCSTRINGS: removed done_btn_image from parameters in show_password_strength_frame in password_strength.py, updated purpose of the event parameter in check_password_strength() in password_strength.py from initiating the function when pressing the enter key to initiating the function as the user types.
  • Added comments on lines 190 and 203 in password_strength.py