Skip to content

Latest commit

Β 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

readme.md

Password Manager πŸ”’

A password manager program that stores your passwords and generates new passwords on request.

Generate Password Button βš™οΈ

Generates a new password when clicked, instantly copying it onto the clipboard.

Add Button βž•

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.

Search Button πŸ”

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.