Skip to content

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.

Notifications You must be signed in to change notification settings

diyasikka222/Password-Manager

Repository files navigation

Password-Manager

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.

Features

  • 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

Technologies Used

  • Python3
  • Tkinter - for GUI
  • cryptography - for encryption and decryption
  • pyperclip – for copying passwords to clipboard

Clone the Repository

git clone git@github.com:diyasikka222/Password-Manager.git
cd password-manager

Install the Required Packages

pip install cryptography pyperclip

Running the application

python password_manager_gui.py

Screenshot

Screenshot 2025-04-12 at 16 13 27 Screenshot 2025-04-12 at 16 24 45 Screenshot 2025-04-12 at 16 25 29

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages