Skip to content

A simple password manager built with Python using the tkinter library. This program allows users to generate secure passwords and store them along with website and email details. The passwords are saved locally in a text file (`data.txt`) for easy retrieval.

Notifications You must be signed in to change notification settings

chandan0069/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Manager

This is a simple password manager program built with Python using the tkinter library.

Features

  • Generate secure passwords with a combination of letters, numbers, and symbols.
  • Save passwords along with website and email details.
  • Data saved in a text file (data.txt) for easy retrieval.

How to Use

  1. Clone the repository.
  2. Run the main.py file.
  3. Enter the website, email/username, and password.
  4. Click on the "Add" button to save the details.
  5. Optionally, you can generate a secure password using the "Generate Password" button.
  6. Data will be saved in data.txt file in the format: Website | Email | Password.

Requirements

  • Python 3.x
  • tkinter library (usually included in Python installation)

Usage

  1. Run the password_manager.py file.
  2. Enter the required details and save passwords securely.

Disclaimer

This password manager is a simple solution for managing passwords locally. It is recommended to use a more secure and robust password manager for handling sensitive data.

About

A simple password manager built with Python using the tkinter library. This program allows users to generate secure passwords and store them along with website and email details. The passwords are saved locally in a text file (`data.txt`) for easy retrieval.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages