Skip to content

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

Notifications You must be signed in to change notification settings

YatiVijay/encrypted_password-manager_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages