Skip to content

maciek04786/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

password-manager

Welcome to Password Manager! This was one of my assignments while doing an online course on Python. I did have to use a couple of hints from the resources, but other than that, I did it myself. After that I added the option to save/load default email address and a button to clear all entry fields. It's a simple program, it let's you save your passwords to a json file, so it's not made for security, but convenience ;) The password generator was another assignment from earlier, it's been integrated into the manager, it's a really good generator, the number of letters, symbols and numbers is also random, so it will create a password that should prove very difficult to hack. I will try to add more features as I learn new skills with Python. Thanks!

How to use:

  1. Type in the name of the website or any word you'd like to associate it with.
  2. Type in the email address you'd like to use, you can click on "Save" button to save it as your default email address.
  3. Click on "Generate Password" button to get a new password, which is automatically copied to clipboard so you can paste it on chosen website right away!
  4. Click on "Add account" button to save it to database.
  5. To access any password just type in the name of the website and click on "Search" button.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages