Python script to build a GUI using tkinter which gives functionality to generate tough password, add their own password and manage list of password along with the encrypted login and signup facility.
To get started run the python file
then sign up(new password and re-enter password shoulf be same else give error)
encrypted password will generate
login(should be same as sign up password else give error)
GUI will look like this to add password click add or to generate password click generate
need to be carefull while entering website username length else get warning or error
following warnings/error:
- length should not be less than 8
- length should be integer
- website and username field should not be null
- website and username already exist
while deleting field will get confirmation popup