Skip to content

This project is a password manager that has been developed using Python as the primary programming language. It utilizes the tkinter library to create an intuitive user interface for enhanced user experience.

License

mojtabagolab/PasswordManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordManager

This project is a password manager that has been developed using Python as the primary programming language. It utilizes the tkinter library to create an intuitive user interface for enhanced user experience.

Static Badge

Intro

The password manager aims to securely store sensitive login details and passwords for various online accounts, ensuring users no longer need to remember multiple complex passwords. With this project, users can conveniently save, retrieve, and update their login information within a well-organized interface.

Python's robustness allows for implementing strong encryption algorithms that guarantee the confidentiality and integrity of stored passwords. Users can rely on this password manager to safeguard their sensitive information effectively.

The user interface, designed with tkinter library, provides a clean and user-friendly environment to interact with the password manager. It offers easy-to-use features like input fields for adding new passwords, viewing stored passwords.

Description

This project is written in Python programming language and no other language is used in this project All the codes of this project are in the main.py file Note: This project contains three text files, one for verifying user registration and one for saving the program password and another one to store accounts and passwords of user accounts

Watch videos of this project on YouTube

Installation

Libraries used

cryptography

pip install cryptography

tkinter

pip install tk

pillow

pip install Pillow

How to import libraries

#import user interface package
from tkinter import *
#import package for use image in project
from PIL import ImageTk , Image #(pillow)
#alertDialog
from tkinter import messagebox
#import the encryption and decryption package
from cryptography.fernet import Fernet

Preview

Join our Community:

   

About

This project is a password manager that has been developed using Python as the primary programming language. It utilizes the tkinter library to create an intuitive user interface for enhanced user experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages