Himel-Sarder / Password-Manager

This Password Manager is a user-friendly application built with Python's Tkinter library. It generates and securely stores strong passwords along with website and email details. Featuring a simple interface, it ensures efficient password management. Developed by Himel Sarder, it prioritizes security and ease of use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Manager

image image image image image image image

This is a simple password manager application built using Python's Tkinter library. It allows users to generate secure passwords, store them along with website and email information, and manage their passwords easily.

Features

  • Password Generation: Users can generate strong, randomized passwords with varying lengths and complexity.
  • Secure Storage: Passwords are securely stored locally on the user's machine.
  • User-Friendly Interface: The application provides a simple and intuitive interface for easy navigation and usage.

Installation

To run the application, you need to have Python installed on your system. You can download Python from here.

  1. Clone this repository to your local machine:

    git clone https://github.com/Himel-Sarder/Password-Manager.git
  2. Navigate to the project directory:

    cd password-manager
  3. Run the application:

    python password_manager.py

Usage

  1. Launch the application.
  2. Enter the website, email, and password information.
  3. Click on Generate Password to create a secure password or enter your own password.
  4. Click on Add to save the details.
  5. Your password details will be stored locally in a file named data.txt.
  6. Can search any Data using Search button.

Developer

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This Password Manager is a user-friendly application built with Python's Tkinter library. It generates and securely stores strong passwords along with website and email details. Featuring a simple interface, it ensures efficient password management. Developed by Himel Sarder, it prioritizes security and ease of use.

License:MIT License


Languages

Language:Python 100.0%