YatiVijay / encrypted_password-manager_generator

Python script to build a GUI using Tkinter which gives functionality to generate tough password, add their own password and manage a list of password along with the encrypted login and signup facility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

encrypted password-manager/generator

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

response (4)

login(should be same as sign up password else give error)

response (6)

GUI will look like this to add password click add or to generate password click generate

response (3)

response (1)

need to be carefull while entering website username length else get warning or error

following warnings/error:

  1. length should not be less than 8
  2. length should be integer
  3. website and username field should not be null
  4. website and username already exist

response (7) response (9)

while deleting field will get confirmation popup

response (2)

About

Python script to build a GUI using Tkinter which gives functionality to generate tough password, add their own password and manage a list of password along with the encrypted login and signup facility


Languages

Language:Python 100.0%