This is a simple and secure Password Manager built using Python and Tkinter for the graphical user interface. It allows users to store, view, and encrypt their passwords safely using symmetric encryption from the cryptography library.
- Add and manage passwords for multiple accounts
- All passwords are encrypted using Fernet
- User friendly GUI build using Tkinter
- Copy decrypted passwords to clipboard using pyperclip
- Local Storage: All passwords are save in the passwords.txt file
- Python3
- Tkinter - for GUI
- cryptography - for encryption and decryption
- pyperclip – for copying passwords to clipboard
git clone git@github.com:diyasikka222/Password-Manager.git
cd password-manager
pip install cryptography pyperclip
python password_manager_gui.py