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:
New .txt files are created for each new user and that respective users accounts and passwords are sotred seperated by "->"
ex:

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:
Pop up window if incorrect details are entered:

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

