A password manager program that stores your passwords and generates new passwords on request.
Generates a new password when clicked, instantly copying it onto the clipboard.
Verifies the non emptiness of the entries and prompts the user to check the entered credentials. Once confirmed by the
user, saves the credentials on to the Json file titled 'data.json'.
The remainder of the inputs/labels work as described on the screen, inviting the inputs mentioned.
Searches through the credentials already saved for the entered site's credentials. If found, they are displayed in a popup box; if not found, an error message is displayed.