/PassKeep

a GUI application made using python's tkinter library to store passwords and generate secure passwords.

Primary LanguagePython

PassKeep

a GUI application made using python's tkinter library to store passwords and generate secure passwords. Usernames and passwords of the users are stored in the detail.txt file separated by an "=" between them: image New .txt files are created for each new user and that respective users accounts and passwords are sotred seperated by "->" ex: image

The Program enables the user to store all their different passwords and also provides them with secure 16 character long random passowords to use Photos of the UI: LOGIN PAGE: image Pop up window if incorrect details are entered: image

image saved passwords: image

I learnt how to create a GUI using pythons tkinter library and also how to read and write txt files using python.