MyPass is a simple local password manager built with Python. Generate, store, and manage your passwords without any cloud or internet connection required.
What's included:
-Strong random password generator
-Save passwords by website and email…
MyPass is a simple local password manager built with Python. Generate, store, and manage your passwords without any cloud or internet connection required.
What’s included:
-Strong random password generator
-Save passwords by website and email/username
-Duplicate entry detection
-Search for the desired password as well
-Auto-copies generated password to clipboard
-Passwords are saved locally to both .json files and are easily viewable
-Password encryption and master password system for security
-minimize to tray for easy access
Used AI for cleaning up the UI and sizing of the logo and buttons.
Also used AI to learn about the workings of hashlib to secure passwords since it was a completely new concept for me.