Skip to content

musawerfatih/password-manager-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Manager GUI

Password Manager is a graphical user interface (GUI) program built in Python that allows you to store website names, usernames, and passwords in a JSON file. You can also generate passwords and search for your stored username and password.

Screenshots

image

  • Seaching through stored json file

image

  • Message when the data in not found

image

Usage

  • Run the program by running the main.py file.
  • Type the website name, username, and password into the appropriate Entry widgets.
  • Click the "Add" button to save the website, username, and password to the JSON file.
  • To generate a password, click the "Generate Password" button. This will generate a strong password for you and fill in the password Entry widget.
  • To search for a stored username and password, type the website name into the "Website" Entry widget and click the "Search" button. If a match is found, the stored username and password will be displayed in a message box.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages